From b865fad95e597c027deceec409568f60fb3e0582 Mon Sep 17 00:00:00 2001 From: Daniel Krahofer Date: Wed, 20 Jul 2022 13:15:18 +0200 Subject: [PATCH] Update tests/core/views/test_api.py Co-authored-by: calle <93376500+callebtc@users.noreply.github.com> --- tests/core/views/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/views/test_api.py b/tests/core/views/test_api.py index cfbd7710..dfd2b32a 100644 --- a/tests/core/views/test_api.py +++ b/tests/core/views/test_api.py @@ -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