Skip to content

Commit 949e5b1

Browse files
committed
test: remove hardcoded message
message is platform and version dependent leading to test failures
1 parent 37e5de0 commit 949e5b1

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
@@ -481,7 +481,7 @@ def test_websocket_upgrade_header(node_factory):
481481
@sio.event
482482
def message(data):
483483
notifications.append(data)
484-
with pytest.raises(socketio.exceptions.ConnectionError, match="Unexpected response from server"):
484+
with pytest.raises(socketio.exceptions.ConnectionError):
485485
sio.connect(base_url)
486486

487487
time.sleep(2)

0 commit comments

Comments
 (0)