make value 4000, but it is failing locally for me
This commit is contained in:
parent
5bc2c68cde
commit
32459168f4
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user