Skip to content

Commit f60f3f9

Browse files
authored
ci: fix basic test (#226)
1 parent 7dd82d2 commit f60f3f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/other_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ func TestRunBasicExample(t *testing.T) {
1616
Testing: t,
1717
TerraformDir: "examples/basic",
1818
Prefix: "secrets-mgr-def",
19+
Region: validRegions[rand.Intn(len(validRegions))],
1920
})
2021

2122
output, err := options.RunTestConsistency()

0 commit comments

Comments
 (0)