Skip to content

Commit e41336d

Browse files
committed
remove param from base_url fixture + doc for app fixture
1 parent 5f99e53 commit e41336d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyter_server/pytest_plugin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def serverapp(configurable_serverapp, config, argv):
163163

164164
@pytest.fixture
165165
def app(serverapp):
166+
"""app fixture is needed by pytest_tornasync plugin"""
166167
return serverapp.web_app
167168

168169

@@ -177,7 +178,7 @@ def http_port(http_server_port):
177178

178179

179180
@pytest.fixture
180-
def base_url(http_server_port):
181+
def base_url():
181182
return "/"
182183

183184

0 commit comments

Comments
 (0)