diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-02-26 19:39:56 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-02-26 19:39:56 +0100 |
commit | bca9db84801a50ffc90eb7356ec9af88afda8201 (patch) | |
tree | 9cb6a37fe2d45026e1ba3d2e8e9da1f3e71cf502 /tests/functional | |
parent | d80a04b456bdfafa64822fe5f310ff0dc332de6e (diff) | |
download | pykolab-bca9db84801a50ffc90eb7356ec9af88afda8201.tar.gz |
Correct self.jane local part
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/test_wallace/test_001_user_add.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_wallace/test_001_user_add.py b/tests/functional/test_wallace/test_001_user_add.py index 9a2c587..d4e620a 100644 --- a/tests/functional/test_wallace/test_001_user_add.py +++ b/tests/functional/test_wallace/test_001_user_add.py @@ -24,7 +24,7 @@ class TestUserAdd(unittest.TestCase): } self.jane = { - 'local': 'john.doe', + 'local': 'jane.doe', 'domain': 'example.org' } |