diff --git a/Tests/Integration/test-sieve.py b/Tests/Integration/test-sieve.py index 9b37b1b37..f1007c454 100644 --- a/Tests/Integration/test-sieve.py +++ b/Tests/Integration/test-sieve.py @@ -66,7 +66,7 @@ class sieveTest(unittest.TestCase): def testSieveSimpleVacation(self): """ enable simple vacation script """ vacation_msg="vacation test" - daysSelect=4 + daysSelect=3 sieveScript = sieve_simple_vacation % { "mailaddr": self.user_email, "vacation_msg": vacation_msg,