Use case-sensitive keyword Log instead of log
[osm/tests.git] / robot-systest / lib / project_lib.robot
index f44ddac..35366e2 100644 (file)
@@ -63,7 +63,7 @@ Update Project Name
     Should Not Be Empty   ${project_name}
     Should Not Be Empty   ${new_name}
     ${rc}   ${stdout}=   Run and Return RC and Output   osm project-update ${project_name} --name ${new_name}
-    log   ${stdout}
+    Log   ${stdout}
     Should Be Equal As Integers   ${rc}   ${success_return_code}