Fix log file name in API logging tests
Update robot tests to use correct log file name 'fastapi_app.log' instead of 'aniworld.log'. Also remove completed Task 4 documentation from tasks.md.
This commit is contained in:
@@ -34,12 +34,12 @@ List Log Files
|
||||
|
||||
Tail Log File
|
||||
[Documentation] Tail the contents of a log file.
|
||||
${resp}= Tail Log File aniworld.log
|
||||
${resp}= Tail Log File fastapi_app.log
|
||||
Response Should Have Status ${resp} 200
|
||||
|
||||
Download Log File
|
||||
[Documentation] Download a log file as binary.
|
||||
${resp}= Download Log File aniworld.log
|
||||
${resp}= Download Log File fastapi_app.log
|
||||
Response Should Have Status ${resp} 200
|
||||
Should Be Equal As Strings ${resp.headers['content-type']} application/octet-stream
|
||||
|
||||
|
||||
Reference in New Issue
Block a user