Skip to content

Commit

Permalink
switch jhub to classic test
Browse files Browse the repository at this point in the history
  • Loading branch information
raybellwaves committed Dec 17, 2021
1 parent 08bd4e5 commit 61b60f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_configurer.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ def test_app_default():
assert "default_url" not in c.Spawner


def test_app_jupyterlab():
def test_app_classic():
"""
Test setting JupyterLab as default application
Test setting classic as default application
"""
c = apply_mock_config({"user_environment": {"default_app": "jupyterlab"}})
assert c.Spawner.default_url == "/lab"
c = apply_mock_config({"user_environment": {"default_app": "classic"}})
assert c.Spawner.default_url == "/tree"


def test_app_nteract():
Expand Down

0 comments on commit 61b60f0

Please sign in to comment.