summaryrefslogtreecommitdiffstats
path: root/test/functional/cases
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-12-30 16:19:34 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-12-30 16:19:34 +0200
commitf9a95289d58cce5a630c0352ea9eb52a634ffc05 (patch)
tree047366f18f6f2a77e625f779277b4fdbaf46a72b /test/functional/cases
parent3a98d054f54cd3f558dc3596fdde46d7c456d0fc (diff)
downloadrspamd-f9a95289d58cce5a630c0352ea9eb52a634ffc05.tar.gz
rspamd-f9a95289d58cce5a630c0352ea9eb52a634ffc05.zip
[Minor] Avoid reusing GError
Diffstat (limited to 'test/functional/cases')
-rw-r--r--test/functional/cases/110_statistics/lib.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/cases/110_statistics/lib.robot b/test/functional/cases/110_statistics/lib.robot
index 98a9055fe..915736f40 100644
--- a/test/functional/cases/110_statistics/lib.robot
+++ b/test/functional/cases/110_statistics/lib.robot
@@ -18,7 +18,7 @@ ${STATS_PATH_SPAM} path = "\${TMPDIR}/bayes-spam.sqlite";
*** Keywords ***
Broken Learn Test
${result} = Run Rspamc -h ${LOCAL_ADDR}:${PORT_CONTROLLER} learn_spam ${MESSAGE}
- Check Rspamc ${result} cannot find statfile backend
+ Check Rspamc ${result} Unknown statistics error
Empty Part Test
Set Test Variable ${MESSAGE} ${TESTDIR}/messages/empty_part.eml