From dd50b23e8483a4e4ddfd96ea82a81a557fb93d8e Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sat, 17 Feb 2024 19:48:10 +0100 Subject: [PATCH] make format --- tests/test_mint_lightning_blink.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_mint_lightning_blink.py b/tests/test_mint_lightning_blink.py index 4f6d55e0..6dcd17db 100644 --- a/tests/test_mint_lightning_blink.py +++ b/tests/test_mint_lightning_blink.py @@ -45,7 +45,7 @@ async def test_blink_create_invoice(): mock_response = { "data": { "lnInvoiceCreateOnBehalfOfRecipient": { - "invoice": {"paymentRequest": (payment_request)} + "invoice": {"paymentRequest": payment_request} } } } @@ -59,7 +59,6 @@ async def test_blink_create_invoice(): @respx.mock @pytest.mark.asyncio async def test_blink_pay_invoice(): - mock_response = { "data": { "lnInvoicePaymentSend": {