Skip to content

Commit 720128c

Browse files
committed
random region selector for classic example for monitoring instance
1 parent 9ebdd20 commit 720128c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ func TestRunAgentClassicKubernetes(t *testing.T) {
255255
Testing: t,
256256
TerraformDir: terraformDirMonitoringAgentIKS,
257257
Prefix: "obs-agent-iks",
258-
Region: "au-syd",
258+
Region: validRegions[rand.IntN(len(validRegions))],
259259
ResourceGroup: resourceGroup,
260260
IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check
261261
List: IgnoreUpdates,

0 commit comments

Comments
 (0)