summaryrefslogtreecommitdiffstats
path: root/test/functional/cases/220_http.robot
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/cases/220_http.robot')
-rw-r--r--test/functional/cases/220_http.robot5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/functional/cases/220_http.robot b/test/functional/cases/220_http.robot
index c30fbba9c..86e882d5d 100644
--- a/test/functional/cases/220_http.robot
+++ b/test/functional/cases/220_http.robot
@@ -68,5 +68,6 @@ Run Dummy Https
Check url
[Arguments] ${url} ${method} @{expect_results}
${result} = Scan Message With Rspamc --header=url:${url} --header=method:${method} ${MESSAGE}
- : FOR ${expect} IN @{expect_results}
- \ Check Rspamc ${result} ${expect} \ No newline at end of file
+ FOR ${expect} IN @{expect_results}
+ Check Rspamc ${result} ${expect}
+ END