fix: add dependency-groups get rid of warning (#3454)
This commit is contained in:
parent
26780df065
commit
2b603bdc48
3 changed files with 305 additions and 282 deletions
|
|
@ -370,7 +370,7 @@ async def test_pay_invoice_adminkey(client, invoice, adminkey_headers_from):
|
|||
|
||||
@pytest.mark.anyio
|
||||
async def test_get_payments(client, inkey_fresh_headers_to, fake_payments):
|
||||
fake_data, filters = fake_payments
|
||||
_, filters = fake_payments
|
||||
|
||||
async def get_payments(params: dict):
|
||||
response = await client.get(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue