fix(api): update logging config test for new response schema
API now returns {success, config} instead of flat logging keys.
Extract config dict before checking keys level, log_file, max_bytes, backup_count.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
10
report.html
10
report.html
@@ -1881,22 +1881,22 @@ storage = function () {
|
||||
window.output = {};
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["suite"] = [1,2,3,4,[],[0,0,211037],[],[[5,0,6,[],[0,204,60,7],[]],[8,0,9,[],[0,698,6065,10],[]],[11,0,12,[],[0,6769,96065,10],[]],[13,0,14,[],[0,102840,6058,15],[]],[16,0,17,[],[0,108903,96070,10],[]],[18,0,19,[],[0,204977,6055,15],[]]],[],[6,0,6,0]];
|
||||
window.output["suite"] = [1,2,3,4,[],[1,0,655],[],[[5,0,6,[],[1,210,4],[]],[7,0,8,[],[1,644,6],[]]],[],[2,2,0,0]];
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["strings"] = [];
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["strings"] = window.output["strings"].concat(["*","*Scheduler","*/home/lukas/Volume/repo/Aniworld/tests/robot/api/scheduler.robot","*tests/robot/api/scheduler.robot","*<p>Scheduler API tests for Aniworld. Covers get config, update config, trigger rescan, and validation.\x3c/p>","*Get Scheduler Config","*<p>Retrieve the current scheduler configuration and runtime status.\x3c/p>","*Setup failed:\nLogin failed with 401: invalid credentials","*Update Scheduler Config","*<p>Update scheduler settings and verify they are persisted.\x3c/p>","*Setup failed:\nLogin failed with 429: Too many failed attempts - temporarily locked out","*Trigger Manual Rescan","*<p>Manually trigger a scheduled rescan.\x3c/p>","*Invalid Schedule Time","*<p>Verify that malformed schedule_time is rejected.\x3c/p>","*Setup failed:\nLogin failed with 429: Too many authentication attempts, try again later. IP lockout","*Invalid Schedule Days","*<p>Verify that invalid day abbreviations are rejected.\x3c/p>","*Empty Schedule Days","*<p>Verify that empty schedule_days is handled.\x3c/p>"]);
|
||||
window.output["strings"] = window.output["strings"].concat(["*","*Health","*/home/lukas/Volume/repo/Aniworld/tests/robot/api/health.robot","*tests/robot/api/health.robot","*<p>Health check API tests for Aniworld. Covers basic and detailed health endpoints.\x3c/p>","*Basic Health Check","*<p>Verify the basic health endpoint returns 200.\x3c/p>","*Detailed Health Check","*<p>Verify the detailed health endpoint returns metrics.\x3c/p>"]);
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["stats"] = [[{"elapsed":"00:03:30","fail":6,"label":"All Tests","pass":0,"skip":0}],[],[{"elapsed":"00:03:31","fail":6,"id":"s1","label":"Scheduler","name":"Scheduler","pass":0,"skip":0}]];
|
||||
window.output["stats"] = [[{"elapsed":"00:00:00","fail":0,"label":"All Tests","pass":2,"skip":0}],[],[{"elapsed":"00:00:01","fail":0,"id":"s1","label":"Health","name":"Health","pass":2,"skip":0}]];
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["baseMillis"] = 1782567614897;
|
||||
window.output["baseMillis"] = 1782655930091;
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["generated"] = 211054;
|
||||
window.output["generated"] = 662;
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["expand_keywords"] = null;
|
||||
|
||||
Reference in New Issue
Block a user