mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 03:23:04 +00:00
update service models in tests
This commit is contained in:
@@ -1500,6 +1500,7 @@ def test_get_services(app, mockservice_url):
|
||||
'pid': mockservice.proc.pid,
|
||||
'prefix': mockservice.server.base_url,
|
||||
'url': mockservice.url,
|
||||
'info': {},
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1526,6 +1527,7 @@ def test_get_service(app, mockservice_url):
|
||||
'pid': mockservice.proc.pid,
|
||||
'prefix': mockservice.server.base_url,
|
||||
'url': mockservice.url,
|
||||
'info': {},
|
||||
}
|
||||
|
||||
r = yield api_request(app, 'services/%s' % mockservice.name,
|
||||
|
Reference in New Issue
Block a user