mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-13 21:13:01 +00:00
default bind url should be on all ips
preserves jupyterhub default behavior typo introduced in new bind_url config
This commit is contained in:
@@ -242,6 +242,16 @@ def test_resume_spawners(tmpdir, request):
|
||||
{'bind_url': 'http://0.0.0.0:12345/sub'},
|
||||
{'base_url': '/sub/'},
|
||||
),
|
||||
(
|
||||
# no config, test defaults
|
||||
{},
|
||||
{
|
||||
'base_url': '/',
|
||||
'bind_url': 'http://:8000',
|
||||
'ip': '',
|
||||
'port': 8000,
|
||||
},
|
||||
),
|
||||
]
|
||||
)
|
||||
def test_url_config(hub_config, expected):
|
||||
|
Reference in New Issue
Block a user