Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jupyter_server/pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def client_fetch(*parts, headers={}, params={}, **kwargs):


@pytest.fixture
def jp_ws_fetch(jp_serverapp, jp_auth_header, jp_http_port, jp_base_url):
def jp_ws_fetch(jp_serverapp, http_server_client, jp_auth_header, jp_http_port, jp_base_url):
"""Sends a websocket request to a test server.

The fixture is a factory; it can be called like
Expand Down