sync with main

This commit is contained in:
Min RK
2023-04-17 09:44:58 +02:00
114 changed files with 4371 additions and 4720 deletions

View File

@@ -69,14 +69,6 @@ def test_app_jupyterlab():
assert c.Spawner.default_url == "/lab"
def test_app_nteract():
"""
Test setting nteract as default application
"""
c = apply_mock_config({"user_environment": {"default_app": "nteract"}})
assert c.Spawner.default_url == "/nteract"
def test_auth_default():
"""
Test default authentication settings with no overrides