Fixed test

This commit is contained in:
0mar
2021-01-11 20:39:22 +01:00
parent 82c837eb89
commit 7e30e1998c

View File

@@ -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)