mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-08 20:08:18 +02:00
Update tests/core/views/test_api.py
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
parent
e939b9a5aa
commit
b865fad95e
@ -165,7 +165,7 @@ async def test_api_payment_without_key(invoice):
|
||||
response = await api_payment(invoice["payment_hash"])
|
||||
assert type(response) == dict
|
||||
assert response["paid"] == True
|
||||
# not key, that's why no "details"
|
||||
# no key, that's why no "details"
|
||||
assert "details" not in response
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user