Skip to content

Commit fd19cdc

Browse files
authored
fix jp_ws_fetch not work by its own #441 (#527)
Co-authored-by: yi suo <[email protected]>
1 parent 40c477b commit fd19cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/pytest_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def client_fetch(*parts, headers={}, params={}, **kwargs):
336336

337337

338338
@pytest.fixture
339-
def jp_ws_fetch(jp_serverapp, jp_auth_header, jp_http_port, jp_base_url):
339+
def jp_ws_fetch(jp_serverapp, http_server_client, jp_auth_header, jp_http_port, jp_base_url):
340340
"""Sends a websocket request to a test server.
341341
342342
The fixture is a factory; it can be called like

0 commit comments

Comments
 (0)