Skip to content

Commit

Permalink
Merge pull request #1128 from hashicorp/nf/oct23-varset-data-flake
Browse files Browse the repository at this point in the history
Fix flaky `TestAccTFEVariableSetsDataSource_full`
  • Loading branch information
nfagerlund authored Nov 2, 2023
2 parents bf76291 + 8e3269e commit 00b4cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/data_source_variable_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ func testAccTFEVariableSetsDataSourceConfig_full(rInt int) string {
data "tfe_variable_set" "foobar" {
name = tfe_variable_set.foobar.name
organization = tfe_variable_set.foobar.organization
depends_on = [tfe_variable.envfoo]
depends_on = [tfe_variable.envfoo, tfe_project_variable_set.foobar]
}`, rInt, rInt, rInt, rInt)
}

0 comments on commit 00b4cd1

Please sign in to comment.