File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ def test_build_and_run(
163
163
name = target_manager_container_name ,
164
164
publish_all_ports = True ,
165
165
network = custom_bridge_network .name ,
166
- version = "auto" ,
167
166
)
168
167
vws_container = client .containers .run (
169
168
image = vws_image ,
@@ -174,7 +173,6 @@ def test_build_and_run(
174
173
environment = {
175
174
"TARGET_MANAGER_BASE_URL" : target_manager_internal_base_url ,
176
175
},
177
- version = "auto" ,
178
176
)
179
177
vwq_container = client .containers .run (
180
178
image = vwq_image ,
@@ -185,7 +183,6 @@ def test_build_and_run(
185
183
environment = {
186
184
"TARGET_MANAGER_BASE_URL" : target_manager_internal_base_url ,
187
185
},
188
- version = "auto" ,
189
186
)
190
187
191
188
for container in (target_manager_container , vws_container , vwq_container ):
You can’t perform that action at this time.
0 commit comments