diff --git a/tests/other_test.go b/tests/other_test.go index 9776a411..9416aaef 100644 --- a/tests/other_test.go +++ b/tests/other_test.go @@ -27,8 +27,9 @@ func TestRunAgentVpcOcp(t *testing.T) { }, CloudInfoService: sharedInfoSvc, }) - options.TerraformVars = map[string]interface{}{ + options.TerraformVars = map[string]any{ "ocp_entitlement": "cloud_pak", + "prefix": options.Prefix, } output, err := options.RunTestConsistency() diff --git a/tests/pr_test.go b/tests/pr_test.go index 67edf624..85864e62 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -260,7 +260,7 @@ func TestRunAgentClassicKubernetes(t *testing.T) { }, CloudInfoService: sharedInfoSvc, }) - options.TerraformVars = map[string]interface{}{ + options.TerraformVars = map[string]any{ "datacenter": "syd01", "prefix": options.Prefix, }