diff --git a/tests/test_gossip.py b/tests/test_gossip.py index 9645f7a22..b69531f80 100644 --- a/tests/test_gossip.py +++ b/tests/test_gossip.py @@ -1934,7 +1934,7 @@ def test_addgossip(node_factory): # 0x0102 = channel_update # 0x0101 = node_announcement l1.daemon.logsearch_start = 0 - ann = l1.daemon.wait_for_log(r"\[OUT\] 0100.*") + ann = l1.daemon.wait_for_log(r"\[(OUT|IN)\] 0100.*") # Either direction will suppress the other. upd1 = l1.daemon.is_in_log(r"\[OUT\] 0102.*") upd2 = l2.daemon.is_in_log(r"\[OUT\] 0102.*")