From 522df46d91aaeab5ec26bedd7987425147417857 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 22 Sep 2020 10:05:52 -0400 Subject: [PATCH] test output was incorrectly changed Roll back this part of the change. The incorrect output never passed the test. --- terraform/context_refresh_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {