mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
add hub.routespec
this is the routespec for sending requests to the hub It is [host]/prefix/ (not /hub/) so it receives all requests, not just those destined for the hub
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()) == [app.base_url]
|
||||
assert list(reply.keys()) == [app.hub.routespec]
|
||||
|
||||
|
||||
@mark.gen_test
|
||||
|
Reference in New Issue
Block a user