mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-22 22:33:46 +03:00
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
@ -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…
Reference in New Issue
Block a user