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 cf163b8 commit 77c12e9Copy full SHA for 77c12e9
tests/other_test.go
@@ -27,8 +27,9 @@ func TestRunAgentVpcOcp(t *testing.T) {
27
},
28
CloudInfoService: sharedInfoSvc,
29
})
30
- options.TerraformVars = map[string]interface{}{
+ options.TerraformVars = map[string]any{
31
"ocp_entitlement": "cloud_pak",
32
+ "prefix": options.Prefix,
33
}
34
35
output, err := options.RunTestConsistency()
tests/pr_test.go
@@ -260,7 +260,7 @@ func TestRunAgentClassicKubernetes(t *testing.T) {
260
261
262
263
264
"datacenter": "syd01",
265
"prefix": options.Prefix,
266
0 commit comments