make value 4000, but it is failing locally for me

This commit is contained in:
dni ⚡ 2022-12-07 15:32:24 +01:00
parent 5bc2c68cde
commit 32459168f4

View File

@ -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)