mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
test_lightning: Update to new error message format.
This commit is contained in:
parent
b7c9029fe3
commit
711d8822b0
1 changed files with 2 additions and 2 deletions
|
@ -3251,11 +3251,11 @@ class LightningDTests(BaseLightningDTests):
|
||||||
|
|
||||||
# Can't pay while its offline.
|
# Can't pay while its offline.
|
||||||
self.assertRaises(ValueError, l1.rpc.sendpay, to_json(route), rhash)
|
self.assertRaises(ValueError, l1.rpc.sendpay, to_json(route), rhash)
|
||||||
l1.daemon.wait_for_log('Failing: First peer not ready: WIRE_TEMPORARY_CHANNEL_FAILURE')
|
l1.daemon.wait_for_log('failed: WIRE_TEMPORARY_CHANNEL_FAILURE \\(First peer not ready\\)')
|
||||||
|
|
||||||
# Should fail due to temporary channel fail
|
# Should fail due to temporary channel fail
|
||||||
self.assertRaises(ValueError, l1.rpc.sendpay, to_json(route), rhash)
|
self.assertRaises(ValueError, l1.rpc.sendpay, to_json(route), rhash)
|
||||||
l1.daemon.wait_for_log('Failing: First peer not ready: WIRE_TEMPORARY_CHANNEL_FAILURE')
|
l1.daemon.wait_for_log('failed: WIRE_TEMPORARY_CHANNEL_FAILURE \\(First peer not ready\\)')
|
||||||
assert not l1.daemon.is_in_log('Payment is still in progress')
|
assert not l1.daemon.is_in_log('Payment is still in progress')
|
||||||
|
|
||||||
# After it sees block, someone should close channel.
|
# After it sees block, someone should close channel.
|
||||||
|
|
Loading…
Add table
Reference in a new issue