mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
Add display variable to tests
This commit is contained in:
@@ -1514,6 +1514,7 @@ async def test_get_services(app, mockservice_url):
|
||||
'prefix': mockservice.server.base_url,
|
||||
'url': mockservice.url,
|
||||
'info': {},
|
||||
'display': True,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1538,6 +1539,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