From 7e30e1998c9b25b28bf4add3b758e459c18a1dda Mon Sep 17 00:00:00 2001 From: 0mar Date: Mon, 11 Jan 2021 20:39:22 +0100 Subject: [PATCH] Fixed test --- jupyterhub/tests/test_services.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyterhub/tests/test_services.py b/jupyterhub/tests/test_services.py index fd46dd0f..379f92aa 100644 --- a/jupyterhub/tests/test_services.py +++ b/jupyterhub/tests/test_services.py @@ -88,6 +88,7 @@ async def test_external_service(app): } ] await maybe_future(app.init_services()) + await maybe_future(app.init_roles()) await app.init_api_tokens() await app.proxy.add_all_services(app._service_map)