Skip to content

Commit 3d46690

Browse files
committed
test passing
1 parent 207d332 commit 3d46690

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

services/director/tests/unit/test_producer.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ async def test_find_service_tag():
185185

186186

187187
async def test_start_stop_service(
188+
configure_registry_access: EnvVarsDict,
188189
configured_docker_network: EnvVarsDict,
189190
run_services: Callable[..., Awaitable[list[dict[str, Any]]]],
190191
):
@@ -193,6 +194,7 @@ async def test_start_stop_service(
193194

194195

195196
async def test_service_assigned_env_variables(
197+
configure_registry_access: EnvVarsDict,
196198
configured_docker_network: EnvVarsDict,
197199
run_services: Callable[..., Awaitable[list[dict[str, Any]]]],
198200
user_id: UserID,
@@ -236,6 +238,7 @@ async def test_service_assigned_env_variables(
236238

237239

238240
async def test_interactive_service_published_port(
241+
configure_registry_access: EnvVarsDict,
239242
configured_docker_network: EnvVarsDict,
240243
run_services,
241244
):
@@ -264,6 +267,7 @@ async def test_interactive_service_published_port(
264267

265268

266269
async def test_interactive_service_in_correct_network(
270+
configure_registry_access: EnvVarsDict,
267271
with_docker_network: dict[str, Any],
268272
configured_docker_network: EnvVarsDict,
269273
run_services,
@@ -288,6 +292,7 @@ async def test_interactive_service_in_correct_network(
288292

289293

290294
async def test_dependent_services_have_common_network(
295+
configure_registry_access: EnvVarsDict,
291296
configured_docker_network: EnvVarsDict,
292297
run_services,
293298
):
@@ -339,6 +344,7 @@ def registry_settings(app_settings: ApplicationSettings) -> RegistrySettings:
339344
],
340345
)
341346
async def test_get_service_key_version_from_docker_service(
347+
configure_registry_access: EnvVarsDict,
342348
registry_settings: RegistrySettings,
343349
fake_service: FakeDockerService,
344350
):
@@ -371,6 +377,7 @@ async def test_get_service_key_version_from_docker_service(
371377
],
372378
)
373379
async def test_get_service_key_version_from_docker_service_except_invalid_keys(
380+
configure_registry_access: EnvVarsDict,
374381
registry_settings: RegistrySettings,
375382
fake_service_str: str,
376383
):

0 commit comments

Comments
 (0)