fix: lint

This commit is contained in:
Vlad Stan
2026-03-23 12:32:39 +02:00
parent 1af3b62739
commit fe9aa4d8c9
11 changed files with 106 additions and 65 deletions
+3 -1
View File
@@ -85,7 +85,9 @@ async def test_asset_api_upload_list_update_and_delete(
assert deleted.status_code == 200
assert deleted.json()["success"] is True
missing = await client.get(f"/api/v1/assets/{asset['id']}", headers=user_headers_from)
missing = await client.get(
f"/api/v1/assets/{asset['id']}", headers=user_headers_from
)
assert missing.status_code == 404