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 37e5de0 commit 949e5b1Copy full SHA for 949e5b1
tests/test_clnrest.py
@@ -481,7 +481,7 @@ def test_websocket_upgrade_header(node_factory):
481
@sio.event
482
def message(data):
483
notifications.append(data)
484
- with pytest.raises(socketio.exceptions.ConnectionError, match="Unexpected response from server"):
+ with pytest.raises(socketio.exceptions.ConnectionError):
485
sio.connect(base_url)
486
487
time.sleep(2)
0 commit comments