Skip to content

Commit

Permalink
Update tests to reflect jupyterlab by default
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Aug 9, 2023
1 parent 5fdc31f commit e893959
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_configurer.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ def test_app_default():
Test default application with no config overrides.
"""
c = apply_mock_config({})
# default_url is not set, so JupyterHub will pick default.
assert "default_url" not in c.Spawner
assert c.Spawner.default_url == "/lab"


def test_app_classic():
Expand Down

0 comments on commit e893959

Please sign in to comment.