diff options
Diffstat (limited to 'pykolab/tests/constants.py')
-rw-r--r-- | pykolab/tests/constants.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pykolab/tests/constants.py b/pykolab/tests/constants.py index 4fb7e88..3053964 100644 --- a/pykolab/tests/constants.py +++ b/pykolab/tests/constants.py @@ -43,6 +43,13 @@ TEST_ITEMS = [ 'template': 'kaddress-contact.tpl', 'number': 10, }, + + { + 'name': 'mail', + 'mailbox': 'INBOX', + 'template': 'kaddress-contact.tpl', + 'number': 10, + }, ] TEST_USERS = [ |