]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
don't use 3.6+ python re syntax in multiple test
authorJohn McKay <adenosine3p@gmail.com>
Sat, 2 Feb 2019 05:02:53 +0000 (05:02 +0000)
committerJohn McKay <adenosine3p@gmail.com>
Sat, 2 Feb 2019 05:41:41 +0000 (05:41 +0000)
test/functional/cases/131_dkim_signing/005_multiple.robot

index 4ab5c10a4d880190c9deadafab1ae46bc1b4383b..72222f460d7e97d5f1c3d566c4c8c3a2b740782c 100644 (file)
@@ -16,7 +16,7 @@ ${URL_TLD}      ${TESTDIR}/../lua/unit/test_tld.dat
 *** Test Cases ***
 TEST DOUBLE SIGNED
   ${result} =  Scan Message With Rspamc  ${MESSAGE}  -u  bob@cacophony.za.org
-  Check Rspamc  ${result}  (?s:DKIM-Signature.+DKIM-Signature)  re=1
+  Check Rspamc  ${result}  (?s)DKIM-Signature.+DKIM-Signature  re=1
   Should Contain  ${result.stdout}  DKIM_SIGNED
 
 *** Keywords ***