test: more tests

This commit is contained in:
Vlad Stan
2026-03-30 14:58:04 +03:00
parent dfa89ca063
commit 512697ae53
3 changed files with 17 additions and 22 deletions
+3
View File
@@ -182,6 +182,9 @@ 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