clightning-rest: update module to v0.10.3

This commit is contained in:
Erik Arvstedt
2023-06-02 10:49:35 +00:00
committed by Jonas Nick
parent 67475f768e
commit 29a95ea311
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ def _():
def _():
assert_running("clightning-rest")
machine.wait_until_succeeds(
log_has_string("clightning-rest", "cl-rest api server is ready and listening on port: 3001")
log_has_string("clightning-rest", "cl-rest api server is ready and listening")
)
@test("spark-wallet")