mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
update test expectations for proxy state
expect app.base_url instead of unconditional ‘/‘
This commit is contained in:
@@ -1055,7 +1055,7 @@ def test_get_proxy(app):
|
||||
r = yield api_request(app, 'proxy')
|
||||
r.raise_for_status()
|
||||
reply = r.json()
|
||||
assert list(reply.keys()) == ['/']
|
||||
assert list(reply.keys()) == [app.base_url]
|
||||
|
||||
|
||||
@mark.gen_test
|
||||
|
Reference in New Issue
Block a user