diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2015-02-11 02:39:39 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2015-02-11 02:39:39 +0100 |
commit | 6e6cd3c1ae59989c58f7ed809ebd491ab134b2f2 (patch) | |
tree | 782037aaade7be6b4f2e4f64129fbc99e3cf884d /tests | |
parent | c41acdb7336bbd38c8721a0ecce2fbabe03502ed (diff) | |
download | pykolab-6e6cd3c1ae59989c58f7ed809ebd491ab134b2f2.tar.gz |
Prevent wallace from failing on bogus configurations (#4555)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/test-012-wallace_invitationpolicy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test-012-wallace_invitationpolicy.py b/tests/unit/test-012-wallace_invitationpolicy.py index 20e139d..f51b93e 100644 --- a/tests/unit/test-012-wallace_invitationpolicy.py +++ b/tests/unit/test-012-wallace_invitationpolicy.py @@ -122,6 +122,7 @@ class TestWallaceInvitationpolicy(unittest.TestCase): 'TASK_REJECT:*', 'EVENT_ACCEPT:example.org', 'EVENT_REJECT:gmail.com', + 'ALL_UPDATE:outlook:com', 'ALL_MANUAL:*' ] } self.assertEqual(MIP.get_matching_invitation_policies(user, 'a@fastmail.net', MIP.COND_TYPE_EVENT), [MIP.ACT_MANUAL]) |