Skip to content

Commit

Permalink
fixup! pytest: Fix elementsd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Sep 25, 2023
1 parent 0482709 commit 1fa751f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/badestimate.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


network = os.environ.get("TEST_NETWORK", "regtest")
cli = "bitcoin-cli" if network == "bitcoin" else "elements-cli"
cli = "bitcoin-cli" if network == "regtest" else "elements-cli"


def bcli(plugin, cmd):
Expand Down

0 comments on commit 1fa751f

Please sign in to comment.