mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Update tests to reflect jupyterlab by default
This commit is contained in:
@@ -58,8 +58,7 @@ def test_app_default():
|
|||||||
Test default application with no config overrides.
|
Test default application with no config overrides.
|
||||||
"""
|
"""
|
||||||
c = apply_mock_config({})
|
c = apply_mock_config({})
|
||||||
# default_url is not set, so JupyterHub will pick default.
|
assert c.Spawner.default_url == "/lab"
|
||||||
assert "default_url" not in c.Spawner
|
|
||||||
|
|
||||||
|
|
||||||
def test_app_classic():
|
def test_app_classic():
|
||||||
|
|||||||
Reference in New Issue
Block a user