Skip to content

Commit

Permalink
enable env var
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Nov 28, 2024
1 parent 78b2740 commit 70986f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/testutil/acc/tpf_converter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func TestConvertAdvancedClusterToTPF(t *testing.T) {
}
`
)
t.Setenv("MONGODB_ATLAS_TPF_ADV_CLUSTER_TESTS", "true")
actual := acc.ConvertAdvancedClusterToTPF(t, input)
acc.AssertEqualHCL(t, expected, actual)
}
Expand Down

0 comments on commit 70986f5

Please sign in to comment.