tests/trustedcoin: fix test
Sometimes the trustedcoin plugin prevents clightning from starting up in an offline environment.
This commit is contained in:
parent
8e2010c1b3
commit
a66c9992d3
1 changed files with 0 additions and 1 deletions
|
|
@ -432,7 +432,6 @@ def _():
|
|||
def expect_clightning_log(str):
|
||||
machine.wait_until_succeeds(log_has_string("clightning", str))
|
||||
|
||||
machine.wait_for_unit("clightning")
|
||||
expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+bitcoind RPC working")
|
||||
expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+estimatefees error: none of the esploras returned usable responses")
|
||||
if "regtest" in enabled_tests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue