summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-06-15 16:17:04 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-06-15 16:17:04 +0100
commitde749fa7d12eeda0a720d1cef6336a597fc7eceb (patch)
treede056023aeca367394c0a1b6aa2447bfea4377d7 /test/functional
parentbd43881c90008e33a7fc57c2374a82b18087e2b1 (diff)
downloadrspamd-de749fa7d12eeda0a720d1cef6336a597fc7eceb.tar.gz
rspamd-de749fa7d12eeda0a720d1cef6336a597fc7eceb.zip
[Test] Check legacy protocol more precisely
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/cases/140_proxy.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/cases/140_proxy.robot b/test/functional/cases/140_proxy.robot
index 7b29f188a..a4fe9d7ca 100644
--- a/test/functional/cases/140_proxy.robot
+++ b/test/functional/cases/140_proxy.robot
@@ -23,13 +23,13 @@ SPAMC
${result} = Spamc ${LOCAL_ADDR} ${PORT_PROXY} ${MESSAGE}
Custom Follow Rspamd Log ${PROXY_TMPDIR}/rspamd.log ${PROXY_LOGPOS} PROXY_LOGPOS Suite
Custom Follow Rspamd Log ${SLAVE_TMPDIR}/rspamd.log ${SLAVE_LOGPOS} SLAVE_LOGPOS Suite
- Should Contain ${result} SIMPLE_TEST
+ Should Contain ${result} SPAMD/1.1 0 EX_OK
RSPAMC Legacy Protocol
${result} = Rspamc ${LOCAL_ADDR} ${PORT_PROXY} ${MESSAGE}
Custom Follow Rspamd Log ${PROXY_TMPDIR}/rspamd.log ${PROXY_LOGPOS} PROXY_LOGPOS Suite
Custom Follow Rspamd Log ${SLAVE_TMPDIR}/rspamd.log ${SLAVE_LOGPOS} SLAVE_LOGPOS Suite
- Should Contain ${result} SIMPLE_TEST
+ Should Contain ${result} RSPAMD/1.3 0 EX_OK
*** Keywords ***
Proxy Setup