diff --git a/terraform/context_refresh_test.go b/terraform/context_refresh_test.go index 2ea079664..4acf6ba69 100644 --- a/terraform/context_refresh_test.go +++ b/terraform/context_refresh_test.go @@ -907,9 +907,7 @@ func TestContext2Refresh_dataCount(t *testing.T) { t.Fatalf("refresh errors: %s", diags.Err()) } - checkStateString(t, s, `data.test.foo.0: - ID = - provider = provider["registry.terraform.io/hashicorp/test"]`) + checkStateString(t, s, ``) } func TestContext2Refresh_dataState(t *testing.T) {