mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-11 03:52:59 +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,
|
'pid': mockservice.proc.pid,
|
||||||
'prefix': mockservice.server.base_url,
|
'prefix': mockservice.server.base_url,
|
||||||
'url': mockservice.url,
|
'url': mockservice.url,
|
||||||
|
'info': {},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1526,6 +1527,7 @@ def test_get_service(app, mockservice_url):
|
|||||||
'pid': mockservice.proc.pid,
|
'pid': mockservice.proc.pid,
|
||||||
'prefix': mockservice.server.base_url,
|
'prefix': mockservice.server.base_url,
|
||||||
'url': mockservice.url,
|
'url': mockservice.url,
|
||||||
|
'info': {},
|
||||||
}
|
}
|
||||||
|
|
||||||
r = yield api_request(app, 'services/%s' % mockservice.name,
|
r = yield api_request(app, 'services/%s' % mockservice.name,
|
||||||
|
Reference in New Issue
Block a user