mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 04:46:18 +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)
|
bleskomat_lnurl = await get_bleskomat_lnurl(secret)
|
||||||
assert bleskomat_lnurl, not None
|
assert bleskomat_lnurl, not None
|
||||||
assert bleskomat_lnurl.has_uses_remaining() == False
|
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