mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
code format
This commit is contained in:
@@ -24,4 +24,4 @@ async def test_import_animals(client: AsyncClient):
|
||||
)
|
||||
|
||||
assert response.status_code == expected_status
|
||||
assert response.json() == {'filename': 'nonsense.xlsx', 'nonsense_records': 10}
|
||||
assert response.json() == {"filename": "nonsense.xlsx", "nonsense_records": 10}
|
||||
|
||||
Reference in New Issue
Block a user