diff --git a/tests/test_serverapp.py b/tests/test_serverapp.py index 6092e0a248..0cec767ebb 100644 --- a/tests/test_serverapp.py +++ b/tests/test_serverapp.py @@ -234,7 +234,7 @@ def test_resolve_file_to_run_and_root_dir(prefix_path, root_dir, file_to_run, ex "http://localhost:8888/?token=", "http://127.0.0.1:8888/?token=", "http://localhost:8888/", - ) + ), ], ) def test_urls(config, public_url, local_url, connection_url):