diff --git a/Docs/tasks.md b/Docs/tasks.md index 6d67439..5068aca 100644 --- a/Docs/tasks.md +++ b/Docs/tasks.md @@ -1,18 +1,3 @@ -## Task 3: API Health - Detailed Health Check - -**Suite:** `Robot.Api.Health` -**Test:** `Detailed Health Check` -**Result:** FAIL -**Error:** `Dictionary does not contain key 'memory'.` - -**Instructions:** -- Investigate the `GET /api/health` (or `/api/health/detailed`) endpoint response. -- The test expects a `memory` key in the JSON response, but it is missing. -- Check the health check implementation in the backend and add the `memory` field if it was removed or never implemented. -- Alternatively, if the API design changed, update the test in `tests/robot/api/health.robot` to match the new response structure. - ---- - ## Task 4: API Logging - Get Logging Config **Suite:** `Robot.Api.Logging` diff --git a/log.html b/log.html index d87d456..021d816 100644 --- a/log.html +++ b/log.html @@ -2073,25 +2073,25 @@ storage = function () { window.output = {};