Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
annawinkler committed Aug 1, 2022
1 parent fea9b90 commit 75fb621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfe/data_source_outputs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func TestAccTFEOutputs_emptyOutputs(t *testing.T) {
"data.tfe_outputs.foobar", "organization", orgName),
resource.TestCheckResourceAttr(
"data.tfe_outputs.foobar", "workspace", wsName),
// This is relies on test-fixtures/state-versions/terraform-empty-outputs.tfstate
// This relies on test-fixtures/state-versions/terraform-empty-outputs.tfstate
testCheckOutputState("state_output", &terraform.OutputState{
Value: map[string]interface{}{},
}),
Expand Down

0 comments on commit 75fb621

Please sign in to comment.