fix: update docs and fix multiple Robot test failures
- scheduler.py: fix get_anime_service import, success as string - download.robot: fix queue endpoint path, retry needs list - logging.robot: fix JSON path access for config - nfo.robot: accept 400 when TMDB not configured - anime_settings.robot: Execute JavaScript -> Evaluate JavaScript
This commit is contained in:
@@ -21,7 +21,11 @@ Get Logging Config
|
||||
${resp}= Get Logging Config
|
||||
Response Should Have Status ${resp} 200
|
||||
Response Should Contain Keys ${resp} success config
|
||||
Dictionary Should Contain Keys ${resp["config"]} level log_file max_bytes backup_count
|
||||
${config}= Get JSON Value ${resp} $.config
|
||||
Dictionary Should Contain Key ${config} level
|
||||
Dictionary Should Contain Key ${config} log_file
|
||||
Dictionary Should Contain Key ${config} max_bytes
|
||||
Dictionary Should Contain Key ${config} backup_count
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Log Files
|
||||
|
||||
Reference in New Issue
Block a user