From 0c10be7eb10ff8c8d1117540fdcd00774d748136 Mon Sep 17 00:00:00 2001 From: Raykov-MS Date: Tue, 30 Jun 2026 10:56:23 +0300 Subject: [PATCH] del space --- api/tests/integration/test_projects_api_smoke.py | 1 - 1 file changed, 1 deletion(-) 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