commit 968d92d: [Minor] test - adjust antivirus symbols

Carsten Rosenberg c.rosenberg at heinlein-support.de
Thu Jan 17 22:49:04 UTC 2019


Author: Carsten Rosenberg
Date: 2019-01-17 20:26:00 +0100
URL: https://github.com/rspamd/rspamd/commit/968d92d048430fd26ad86e741c7e73d83a9c1ca7 (refs/pull/2717/head)

[Minor] test - adjust antivirus symbols

---
 test/functional/cases/160_antivirus.robot | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/functional/cases/160_antivirus.robot b/test/functional/cases/160_antivirus.robot
index bdbd7456f..8f82abf29 100644
--- a/test/functional/cases/160_antivirus.robot
+++ b/test/functional/cases/160_antivirus.robot
@@ -25,18 +25,18 @@ CLAMAV HIT
   Run Dummy Clam  ${PORT_CLAM}  1
   ${result} =  Scan Message With Rspamc  ${MESSAGE2}
   Check Rspamc  ${result}  CLAM_VIRUS
-  Should Not Contain  ${result.stdout}  CLAMAV_FAIL
+  Should Not Contain  ${result.stdout}  CLAMAV_VIRUS_FAIL
   Shutdown clamav
 
 CLAMAV CACHE HIT
   ${result} =  Scan Message With Rspamc  ${MESSAGE2}
   Check Rspamc  ${result}  CLAM_VIRUS
-  Should Not Contain  ${result.stdout}  CLAMAV_FAIL
+  Should Not Contain  ${result.stdout}  CLAMAV_VIRUS_FAIL
 
 CLAMAV CACHE MISS
   ${result} =  Scan Message With Rspamc  ${MESSAGE}
   Check Rspamc  ${result}  CLAM_VIRUS  inverse=1
-  Should Not Contain  ${result.stdout}  CLAMAV_FAIL
+  Should Not Contain  ${result.stdout}  CLAMAV_VIRUS_FAIL
 
 FPROT MISS
   Run Dummy Fprot  ${PORT_FPROT}


More information about the Commits mailing list