Add level field to logging config response
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
## Task 5: Detailed Health Check — Should include uptime field
|
||||
|
||||
**Test Result:** FAIL — `Dictionary does not contain key 'uptime'`
|
||||
|
||||
**Instructions:**
|
||||
The `Detailed Health Check` API test expects the response JSON to contain an `uptime` key, but it is missing. Review the detailed health endpoint implementation. Add an `uptime` field to the response that indicates how long the application has been running (e.g., seconds since start or a human-readable duration).
|
||||
|
||||
---
|
||||
|
||||
## Task 6: Get Logging Config — Should include level field
|
||||
|
||||
**Test Result:** FAIL — `Dictionary does not contain key 'level'`
|
||||
|
||||
Reference in New Issue
Block a user