We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88ed6e commit 8472f8dCopy full SHA for 8472f8d
tests/test_clnrest.py
@@ -482,7 +482,7 @@ def test_websocket_upgrade_header(node_factory):
482
@sio.event
483
def message(data):
484
notifications.append(data)
485
- with pytest.raises(socketio.exceptions.ConnectionError, match="Unexpected response from server"):
+ with pytest.raises(socketio.exceptions.ConnectionError):
486
sio.connect(base_url)
487
488
time.sleep(2)
0 commit comments