Use case-sensitive keyword Log instead of log
[osm/tests.git] / robot-systest / lib / sol003_common_lib.robot
index 5231e92..7262161 100644 (file)
@@ -39,7 +39,7 @@ Get Auth Token
     &{headers}   Create Dictionary   Content-Type=application/json   Accept=application/json
     &{data}   Create Dictionary   username=${osm_user}   password=${osm_password}   project-id=${osm_project}
     ${resp}=   Post On Session   osmhit   ${auth_token_uri}   json=${data}   headers=${headers}
-    log   ${resp}
+    Log   ${resp}
     Pass Execution If   ${resp.status_code} in ${success_status_code_list}   Get Auth Token completed
     Set Suite Variable   ${token_status_code}   ${resp.status_code}
     ${access_token}=   Get Value From Json   ${resp.json()}   $..id