aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/oom-platform-cert-service/certservice/resources/cert-service-keywords.robot7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/oom-platform-cert-service/certservice/resources/cert-service-keywords.robot b/tests/oom-platform-cert-service/certservice/resources/cert-service-keywords.robot
index fea210b5..dd5728cc 100644
--- a/tests/oom-platform-cert-service/certservice/resources/cert-service-keywords.robot
+++ b/tests/oom-platform-cert-service/certservice/resources/cert-service-keywords.robot
@@ -63,9 +63,10 @@ Check Message Recieved On Success
List Should Contain Certificates
[Documentation] Verify if list contains certificates
[Arguments] @{list}
- :FOR ${content} IN @{list}
- \ Should Contain ${content} BEGIN CERTIFICATE
- \ Should Contain ${content} END CERTIFICATE
+ FOR ${content} IN @{list}
+ Should Contain ${content} BEGIN CERTIFICATE
+ Should Contain ${content} END CERTIFICATE
+ END
Send Get Request with Header And Expect Error
[Documentation] Send request to passed url and validate received response