From c73b74c0db96caa7211855e2a949766cac656f10 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 27 Jun 2026 14:57:24 +0200 Subject: [PATCH] Remove outdated tasks.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Docs/tasks.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Docs/tasks.md b/Docs/tasks.md index b7f7d38..635c492 100644 --- a/Docs/tasks.md +++ b/Docs/tasks.md @@ -1,12 +1,3 @@ -## Task 9: Cleanup Old Logs — Should accept cleanup request - -**Test Result:** FAIL — `Url: http://127.0.0.1:8765/api/logging/cleanup Expected status: 422 != 200` - -**Instructions:** -The `Cleanup Old Logs` API test expects a `200 OK` from `/api/logging/cleanup`, but gets `422 Unprocessable Entity`. Review the endpoint. The request body may be failing validation, or the endpoint may require parameters that the test does not provide. Ensure the endpoint accepts the cleanup request and returns 200 on success. - ---- - ## Task 10: Repair NFO For Series — Should accept repair request **Test Result:** FAIL — `Url: http://127.0.0.1:8765/api/nfo/attack-on-titan/repair Expected status: 400 != 200`