Skip to content

Commit

Permalink
tests/trustedcoin: fix test
Browse files Browse the repository at this point in the history
Sometimes the trustedcoin plugin prevents clightning from starting up
in an offline environment.
  • Loading branch information
erikarvstedt authored and jonasnick committed Oct 23, 2023
1 parent 8e2010c commit a66c999
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a66c999

Please sign in to comment.