Update tests/core/views/test_api.py

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
Daniel Krahofer 2022-07-20 13:15:06 +02:00 committed by GitHub
parent f4e3a3980e
commit 0784ae02b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,5 +163,4 @@ async def test_api_payment_with_key(invoice, inkey_headers_from):
)
assert type(response) == dict
assert response["paid"] == True
# not key, that's why no "details"
assert "details" in response