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:18 +02:00 committed by dni
parent e939b9a5aa
commit b865fad95e

View File

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