We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebdd20 commit 720128cCopy full SHA for 720128c
tests/pr_test.go
@@ -255,7 +255,7 @@ func TestRunAgentClassicKubernetes(t *testing.T) {
255
Testing: t,
256
TerraformDir: terraformDirMonitoringAgentIKS,
257
Prefix: "obs-agent-iks",
258
- Region: "au-syd",
+ Region: validRegions[rand.IntN(len(validRegions))],
259
ResourceGroup: resourceGroup,
260
IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check
261
List: IgnoreUpdates,
0 commit comments