From d360e3f7a8d506957e0215bd31c6ded904ebdb28 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sun, 28 Jun 2026 16:20:02 +0200 Subject: [PATCH] Remove stale Task 5 (log tail test - resolved) --- Docs/tasks.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Docs/tasks.md b/Docs/tasks.md index 280cdc0..a0ee7ce 100644 --- a/Docs/tasks.md +++ b/Docs/tasks.md @@ -1,19 +1,3 @@ -## Task 5: API Logging - Tail Log File - -**Suite:** `Robot.Api.Logging` -**Test:** `Tail Log File` -**Result:** FAIL -**Error:** `Url: http://127.0.0.1:8765/api/logging/files/aniworld.log/tail Expected status: 404 != 200` - -**Instructions:** -- Investigate the log file tail endpoint (`GET /api/logging/files/{filename}/tail`). -- The endpoint returns 404, meaning the file `aniworld.log` does not exist or the route is not registered. -- Check if the log file has a different name (e.g., `app.log`, `server.log`) or if the endpoint path is different. -- Update the test in `tests/robot/api/logging.robot` to use the correct filename or endpoint path. -- If the endpoint is missing, implement it in the backend. - ---- - ## Task 6: API Logging - Download Log File **Suite:** `Robot.Api.Logging`