diff --git a/tests/test_opening.py b/tests/test_opening.py index 1569aff10f9e..eaabb2bb8f3f 100644 --- a/tests/test_opening.py +++ b/tests/test_opening.py @@ -953,8 +953,7 @@ def test_rbf_reconnect_tx_construct(node_factory, bitcoind, chainparams): # l2 reconnects, but doesn't have l1's commitment l2.daemon.wait_for_logs([r'Got dualopend reestablish', r'No commitment, not sending our sigs', - # This is a BROKEN log, it's expected! - r'dualopend daemon died before signed PSBT returned']) + r' Owning subdaemon dualopend died']) # We don't have the commtiments yet, there's no scratch_txid inflights = only_one(l1.rpc.listpeerchannels()['channels'])['inflight']