From d2a9ac96450408d948dcb6e039fab27fb6bcb9a7 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 19 Feb 2025 12:30:18 -0500 Subject: [PATCH] add mock --- tests/test_helpers.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",