diff --git a/tests/helpers.py b/tests/helpers.py index 3bf7d6521..7f5a9260a 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -182,9 +182,6 @@ def make_lnurl_pay_response( ), ) - -settings.lnbits_backend_wallet_class = "FakeWallet" -set_funding_source("FakeWallet") funding_source = get_funding_source() is_fake: bool = funding_source.__class__.__name__ == "FakeWallet" is_regtest: bool = not is_fake