Update tests/core/views/test_api.py
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
parent
a3e4f175dd
commit
e939b9a5aa
1 changed files with 0 additions and 1 deletions
|
|
@ -178,5 +178,4 @@ async def test_api_payment_with_key(invoice, inkey_headers_from):
|
||||||
)
|
)
|
||||||
assert type(response) == dict
|
assert type(response) == dict
|
||||||
assert response["paid"] == True
|
assert response["paid"] == True
|
||||||
# not key, that's why no "details"
|
|
||||||
assert "details" in response
|
assert "details" in response
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue