tests/trustedcoin: fix test

Sometimes the trustedcoin plugin prevents clightning from starting up
in an offline environment.
This commit is contained in:
Erik Arvstedt 2023-10-23 12:26:41 +02:00 committed by Jonas Nick
parent 8e2010c1b3
commit a66c9992d3
No known key found for this signature in database
GPG Key ID: 4861DBF262123605

View File

@ -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: