aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sdc/sanity/test1.robot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sdc/sanity/test1.robot')
-rw-r--r--tests/sdc/sanity/test1.robot5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/sdc/sanity/test1.robot b/tests/sdc/sanity/test1.robot
index 2b92be74..6567b51e 100644
--- a/tests/sdc/sanity/test1.robot
+++ b/tests/sdc/sanity/test1.robot
@@ -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