mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
test output was incorrectly changed
Roll back this part of the change. The incorrect output never passed the test.
This commit is contained in:
parent
ab06f0c9f8
commit
522df46d91
@ -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, `<no state>`)
|
||||
}
|
||||
|
||||
func TestContext2Refresh_dataState(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user