chore: update to latest pytest (#2800)
This commit is contained in:
@@ -9,7 +9,7 @@ from lnbits.exceptions import PaymentError
|
||||
description = "test pay invoice"
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.anyio
|
||||
async def test_services_pay_invoice(to_wallet, real_invoice):
|
||||
payment = await pay_invoice(
|
||||
wallet_id=to_wallet.id,
|
||||
@@ -21,7 +21,7 @@ async def test_services_pay_invoice(to_wallet, real_invoice):
|
||||
assert payment.memo == description
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.anyio
|
||||
async def test_services_pay_invoice_0_amount_invoice(
|
||||
to_wallet, real_amountless_invoice
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user