mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 19:13:03 +00:00
Merge pull request #1852 from summerswallow-whi/service-info
Attach an info field to the service
This commit is contained in:
@@ -1525,6 +1525,7 @@ def test_get_services(app, mockservice_url):
|
||||
'pid': mockservice.proc.pid,
|
||||
'prefix': mockservice.server.base_url,
|
||||
'url': mockservice.url,
|
||||
'info': {},
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1551,6 +1552,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