tests: don't enforce daemon name on opening logline

This commit is contained in:
niftynei
2020-11-30 15:48:39 -06:00
committed by Christian Decker
parent 9951638d5f
commit f4b7904ce5
6 changed files with 18 additions and 18 deletions

View File

@@ -2367,7 +2367,7 @@ def test_permfail_htlc_out(node_factory, bitcoind, executor):
feerates=(7500, 7500, 7500, 7500))
l1.rpc.connect(l2.info['id'], 'localhost', l2.port)
l2.daemon.wait_for_log('openingd-chan#1: Handed peer, entering loop'.format(l1.info['id']))
l2.daemon.wait_for_log('Handed peer, entering loop')
l2.fundchannel(l1, 10**6)
# This will fail at l2's end.