fix: is boltz wallet

This commit is contained in:
Vlad Stan
2026-03-30 15:32:42 +03:00
parent 811957f5e1
commit 231f6fc01c
3 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ async def test_services_pay_invoice(to_wallet, real_invoice):
)
assert payment
assert payment.memo == description
if not is_boltz_wallet:
if not is_boltz_wallet():
assert payment.status == PaymentState.SUCCESS
assert payment.preimage
else: