From 8fb24ff46ad28a0b1080ff6f9a8c6350998b758f Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 26 Jun 2026 18:00:34 +0200 Subject: [PATCH] docs: remove completed Task 6 from tasks.md Task 6 (Config Backup Restore API Test fix) already resolved. Clean up dead task entry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Docs/tasks.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Docs/tasks.md b/Docs/tasks.md index b37091b..d0bd8cb 100644 --- a/Docs/tasks.md +++ b/Docs/tasks.md @@ -1,11 +1,3 @@ -### Task 6: Fix `Config Backup Restore` API Test -**Test Result:** FAIL — Expected status: 200, got 201 (caused by preceding POST returning 200 instead of 201) -**File:** `tests/robot/api/config.robot` and `src/server/api/config.py` -**Instructions:** -Same root cause as Task 4. The test first calls POST `/api/config/backups` expecting 201, but gets 200. Fix `create_backup` in `src/server/api/config.py` to return status 201. Once that is fixed, this test will pass. - ---- - ### Task 7: Fix `Config Backup Delete` API Test **Test Result:** FAIL — Expected status: 200, got 201 (caused by preceding POST returning 200 instead of 201) **File:** `tests/robot/api/config.robot` and `src/server/api/config.py`