diff --git a/api/tests/integration/test_projects_api_smoke.py b/api/tests/integration/test_projects_api_smoke.py index eaac624..dc21b78 100644 --- a/api/tests/integration/test_projects_api_smoke.py +++ b/api/tests/integration/test_projects_api_smoke.py @@ -86,7 +86,6 @@ def test_projects_write_smoke(client, admin_tokens, auth_headers): f"/api/v1/projects/{project_id}/report/2026/LIMIT/line/{line_id}", headers=auth_headers(admin_tokens), ) - assert del_line_response.status_code == 200