Skip to content

Commit 8472f8d

Browse files
committed
test: remove hardcoded message
message is platform and version dependent leading to test failures
1 parent c88ed6e commit 8472f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_clnrest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def test_websocket_upgrade_header(node_factory):
482482
@sio.event
483483
def message(data):
484484
notifications.append(data)
485-
with pytest.raises(socketio.exceptions.ConnectionError, match="Unexpected response from server"):
485+
with pytest.raises(socketio.exceptions.ConnectionError):
486486
sio.connect(base_url)
487487

488488
time.sleep(2)

0 commit comments

Comments
 (0)