Skip to content

Commit e874fac

Browse files
Update tests/test_connection.py
Co-authored-by: Níckolas Goline <nickolas.goline@gmail.com>
1 parent 15a6dd1 commit e874fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4817,7 +4817,7 @@ def test_networkevents(node_factory, executor):
48174817
# Connect failed because no listener
48184818
with pytest.raises(
48194819
RpcError,
4820-
match=r"Connection establishment: (Connection refused|Bad file descriptor)."):
4820+
match=r"Connection establishment: (Connection refused|Bad file descriptor)\."):
48214821
l1.rpc.connect(l2.info['id'], 'localhost', 1)
48224822

48234823
nevents = l1.rpc.listnetworkevents(start=5)['networkevents']

0 commit comments

Comments
 (0)