Remove outdated tasks.md

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-06-27 14:57:24 +02:00
parent eea9272de4
commit c73b74c0db

View File

@@ -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`