File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
services/director/tests/unit Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -299,23 +299,3 @@ def run_async_test() -> None:
299299 asyncio .get_event_loop ().run_until_complete (_list_services ())
300300
301301 benchmark .pedantic (run_async_test , rounds = 5 )
302-
303-
304- async def test_generate_service_extras (
305- configure_registry_access : EnvVarsDict ,
306- app : FastAPI ,
307- push_services ,
308- ):
309- images = await push_services (
310- number_of_computational_services = 1 , number_of_interactive_services = 1
311- )
312-
313- for image in images :
314- service_description = image ["service_description" ]
315- service_extras = image ["service_extras" ]
316-
317- extras = await registry_proxy .get_service_extras (
318- app , service_description ["key" ], service_description ["version" ]
319- )
320-
321- assert extras == service_extras
You can’t perform that action at this time.
0 commit comments