lint code + format

This commit is contained in:
Jakub Miazek
2023-01-17 21:00:45 +01:00
parent efadedaab0
commit f0ae471c39
13 changed files with 239 additions and 149 deletions

View File

@@ -75,7 +75,11 @@ async def test_delete_stuff(client: AsyncClient, payload: dict, status_code: int
),
)
async def test_update_stuff(
client: AsyncClient, payload: dict, status_code: int, patch_payload: dict, patch_status_code: int
client: AsyncClient,
payload: dict,
status_code: int,
patch_payload: dict,
patch_status_code: int,
):
await client.post("/stuff", json=payload)
name = payload["name"]