@@ -113,7 +113,6 @@ def grootc():
113
113
"config_file" : os .path .join (
114
114
os .path .dirname (__file__ ), "fixtures" , "gcp_test_config.yaml"
115
115
),
116
- "deployment" : "test-0001" ,
117
116
"gcp_creds_path" : "/home/test/test-creds.json" ,
118
117
"gcp_project" : "test_project" ,
119
118
"gcp_region" : "us-west-2b" ,
@@ -138,7 +137,6 @@ def rootc(s3_client, dynamodb_client, sts_client):
138
137
"config_file" : os .path .join (
139
138
os .path .dirname (__file__ ), "fixtures" , "test_config.yaml"
140
139
),
141
- "deployment" : "test-0001" ,
142
140
"gcp_creds_path" : "/home/test/test-creds.json" ,
143
141
"gcp_project" : "test_project" ,
144
142
"gcp_region" : "us-west-2b" ,
@@ -163,7 +161,6 @@ def json_base_rootc(s3_client, dynamodb_client, sts_client):
163
161
"config_file" : os .path .join (
164
162
os .path .dirname (__file__ ), "fixtures" , "base_config_test.json"
165
163
),
166
- "deployment" : "test-0001" ,
167
164
"gcp_creds_path" : "/home/test/test-creds.json" ,
168
165
"gcp_project" : "test_project" ,
169
166
"gcp_region" : "us-west-2b" ,
@@ -188,7 +185,6 @@ def yaml_base_rootc(s3_client, dynamodb_client, sts_client):
188
185
"config_file" : os .path .join (
189
186
os .path .dirname (__file__ ), "fixtures" , "base_config_test.yaml"
190
187
),
191
- "deployment" : "test-0001" ,
192
188
"gcp_creds_path" : "/home/test/test-creds.json" ,
193
189
"gcp_project" : "test_project" ,
194
190
"gcp_region" : "us-west-2b" ,
@@ -213,7 +209,6 @@ def hcl_base_rootc(s3_client, dynamodb_client, sts_client):
213
209
"config_file" : os .path .join (
214
210
os .path .dirname (__file__ ), "fixtures" , "base_config_test.hcl"
215
211
),
216
- "deployment" : "test-0001" ,
217
212
"gcp_creds_path" : "/home/test/test-creds.json" ,
218
213
"gcp_project" : "test_project" ,
219
214
"gcp_region" : "us-west-2b" ,
0 commit comments