mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
pytest: Stabilize test_bad_onion
This commit is contained in:
parent
3d4c111721
commit
52e82b76b6
1 changed files with 1 additions and 2 deletions
|
@ -1718,8 +1718,7 @@ def test_bad_onion(node_factory, bitcoind):
|
|||
sha = re.search(r' 0087.{64}.{16}(.{64})', line).group(1)
|
||||
|
||||
# Should see same sha in onionreply
|
||||
line = l1.daemon.is_in_log(r'failcode .* from onionreply .*')
|
||||
assert re.search(r'onionreply .*{}'.format(sha), line)
|
||||
l1.daemon.wait_for_log(r'failcode .* from onionreply .*{sha}'.format(sha=sha))
|
||||
|
||||
# Replace id with a different pubkey, so onion encoded badly at second hop.
|
||||
route[1]['id'] = mangled_nodeid
|
||||
|
|
Loading…
Add table
Reference in a new issue