Skip to content

Commit a5309d2

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

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
@@ -4842,7 +4842,7 @@ def test_networkevents(node_factory, executor):
48424842
# Connect failed because unreachable
48434843
with pytest.raises(
48444844
RpcError,
4845-
match=r"Connection establishment: (Connection timed out|Bad file descriptor)."):
4845+
match=r"Connection establishment: (Connection timed out|Bad file descriptor)\."):
48464846
l1.rpc.connect(l2.info['id'], '1.1.1.1', 8081)
48474847

48484848
nevents = l1.rpc.listnetworkevents(start=6)['networkevents']

0 commit comments

Comments
 (0)