mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
tests: don't enforce daemon name on opening logline
This commit is contained in:
committed by
Christian Decker
parent
9951638d5f
commit
f4b7904ce5
@@ -411,7 +411,7 @@ def test_plugin_connected_hook(node_factory):
|
||||
l1.daemon.wait_for_log(r"{} is in reject list".format(l3.info['id']))
|
||||
|
||||
# FIXME: this error occurs *after* connection, so we connect then drop.
|
||||
l3.daemon.wait_for_log(r"openingd-chan#1: peer_in WIRE_ERROR")
|
||||
l3.daemon.wait_for_log(r"chan#1: peer_in WIRE_ERROR")
|
||||
l3.daemon.wait_for_log(r"You are in reject list")
|
||||
|
||||
def check_disconnect():
|
||||
|
||||
Reference in New Issue
Block a user