diff --git a/tests/test_helpers.go b/tests/test_helpers.go index 7e1914c..e8ef19b 100644 --- a/tests/test_helpers.go +++ b/tests/test_helpers.go @@ -11,8 +11,7 @@ var commonVars = map[string]interface{}{ "cluster_name": "test-cluster", "operators_ns": "operators", "tags": map[string]string{ - "Environment": "testValue", - "Project": "testCluster", + "Environment": "test", }, "subnets": []string{"subnet-mock-1", "subnet-mock-2"}, "vpc_id": "vpc-mock",