Skip to content

Commit

Permalink
add mock
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 19, 2025
1 parent 072c516 commit d2a9ac9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d2a9ac9

Please sign in to comment.