[CSIT] Fix SDC CSIT Run Errors/Warnings & Path Correction
[integration/csit.git] / tests / sdc / sanity / test1.robot
index 2b92be7..6567b51 100644 (file)
@@ -12,5 +12,6 @@ Get Requests health check ok
     ${resp}=    Get Request    sdc-fe    /sdc1/rest/healthCheck    headers=&{headers}
     Should Be Equal As Strings    ${resp.status_code}    200
     @{ITEMS}=    Copy List    ${resp.json()['componentsInfo']}
-    : FOR    ${ELEMENT}    IN    @{ITEMS}
-    \    Log    ${ELEMENT['healthCheckComponent']} ${ELEMENT['healthCheckStatus']}
+    FOR    ${ELEMENT}    IN    @{ITEMS}
+        Log    ${ELEMENT['healthCheckComponent']} ${ELEMENT['healthCheckStatus']}
+    END