mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-18 19:41:11 +02:00
make value 4000, but it is failing locally for me
This commit is contained in:
@@ -141,4 +141,4 @@ async def test_bleskomat_lnurl_api_action_success(client, lnurl):
|
||||
bleskomat_lnurl = await get_bleskomat_lnurl(secret)
|
||||
assert bleskomat_lnurl, not None
|
||||
assert bleskomat_lnurl.has_uses_remaining() == False
|
||||
WALLET.pay_invoice.assert_called_once_with(pr, 2000)
|
||||
WALLET.pay_invoice.assert_called_once_with(pr, 4000)
|
||||
|
Reference in New Issue
Block a user