mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
Merge branch 'master' into remove-unused-imports
This commit is contained in:
@@ -1513,6 +1513,7 @@ async def test_get_services(app, mockservice_url):
|
||||
'prefix': mockservice.server.base_url,
|
||||
'url': mockservice.url,
|
||||
'info': {},
|
||||
'display': True,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1537,6 +1538,7 @@ async def test_get_service(app, mockservice_url):
|
||||
'prefix': mockservice.server.base_url,
|
||||
'url': mockservice.url,
|
||||
'info': {},
|
||||
'display': True,
|
||||
}
|
||||
|
||||
r = await api_request(
|
||||
|
Reference in New Issue
Block a user