loop: adjust test to new message
This commit is contained in:
parent
e56d5365cb
commit
fc15d507ff
1 changed files with 4 additions and 1 deletions
|
|
@ -78,7 +78,10 @@ def run_tests(extra_tests):
|
||||||
# Check that lightning-loop fails with the right error, making sure
|
# Check that lightning-loop fails with the right error, making sure
|
||||||
# lightning-loop can connect to lnd
|
# lightning-loop can connect to lnd
|
||||||
machine.wait_until_succeeds(
|
machine.wait_until_succeeds(
|
||||||
log_has_string("lightning-loop", "chain notifier RPC isstill in the process of starting")
|
log_has_string(
|
||||||
|
"lightning-loop",
|
||||||
|
"Waiting for lnd to be fully synced to its chain backend, this might take a while",
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
assert_running("spark-wallet")
|
assert_running("spark-wallet")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue