Skip to content

Commit 77c12e9

Browse files
jor2Jordan-Williams2
andauthored
test: bug with resource group (#185)
Co-authored-by: Jordan-Williams2 <Jordan.Williams2@ibm.com>
1 parent cf163b8 commit 77c12e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/other_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ func TestRunAgentVpcOcp(t *testing.T) {
2727
},
2828
CloudInfoService: sharedInfoSvc,
2929
})
30-
options.TerraformVars = map[string]interface{}{
30+
options.TerraformVars = map[string]any{
3131
"ocp_entitlement": "cloud_pak",
32+
"prefix": options.Prefix,
3233
}
3334

3435
output, err := options.RunTestConsistency()

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func TestRunAgentClassicKubernetes(t *testing.T) {
260260
},
261261
CloudInfoService: sharedInfoSvc,
262262
})
263-
options.TerraformVars = map[string]interface{}{
263+
options.TerraformVars = map[string]any{
264264
"datacenter": "syd01",
265265
"prefix": options.Prefix,
266266
}

0 commit comments

Comments
 (0)