Skip to content

Commit d1392d9

Browse files
committed
fixup! test: assert LND connection
1 parent fc4ff1b commit d1392d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def _():
127127
def _():
128128
assert_running("lndhub-go")
129129
wait_for_open_port(ip("lndhub-go"), 8082)
130+
machine.wait_until_succeeds(log_has_string("lndhub-go", "Connected to LND"))
130131

131132
@test("liquidd")
132133
def _():

0 commit comments

Comments
 (0)