aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/230_tcp.robot
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/cases/230_tcp.robot')
-rw-r--r--test/functional/cases/230_tcp.robot5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/functional/cases/230_tcp.robot b/test/functional/cases/230_tcp.robot
index 51f590ea4..16d490826 100644
--- a/test/functional/cases/230_tcp.robot
+++ b/test/functional/cases/230_tcp.robot
@@ -75,5 +75,6 @@ Run Dummy Ssl
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}
+ FOR ${expect} IN @{expect_results}
+ Check Rspamc ${result} ${expect}
+ END