aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/116_dkim.robot
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2023-10-02 15:23:25 +0200
committerAndrew Lewis <nerf@judo.za.org>2023-10-02 15:46:36 +0200
commit3a6074d1ddca799721b396ee58844112174161fe (patch)
tree4407ad80759fb4672f003733bbb38aec897aa20c /test/functional/cases/116_dkim.robot
parent0e3808ec7fcdff257ebecd0a7ece31930c763738 (diff)
downloadrspamd-3a6074d1ddca799721b396ee58844112174161fe.tar.gz
rspamd-3a6074d1ddca799721b396ee58844112174161fe.zip
[Test] Use Robot Framework native IF
- Since 4.0 (March 2021)
Diffstat (limited to 'test/functional/cases/116_dkim.robot')
-rw-r--r--test/functional/cases/116_dkim.robot4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/cases/116_dkim.robot b/test/functional/cases/116_dkim.robot
index e710f659d..5c1005c28 100644
--- a/test/functional/cases/116_dkim.robot
+++ b/test/functional/cases/116_dkim.robot
@@ -44,7 +44,9 @@ DKIM Sign
Set Suite Variable ${RAN_SIGNTEST} 1
DKIM Self Verify
- Run Keyword If ${RAN_SIGNTEST} == 0 Fail "Sign test was not run"
+ IF ${RAN_SIGNTEST} == 0
+ Fail "Sign test was not run"
+ END
Scan File ${SIGNED_MESSAGE}
Expect Symbol R_DKIM_ALLOW