summaryrefslogtreecommitdiffstats
path: root/ipsilon/login
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/login')
-rw-r--r--ipsilon/login/authtest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipsilon/login/authtest.py b/ipsilon/login/authtest.py
index 7fc4160..5f0ff6e 100644
--- a/ipsilon/login/authtest.py
+++ b/ipsilon/login/authtest.py
@@ -36,7 +36,8 @@ class TestAuth(LoginFormBase):
'givenname': 'Test User',
'surname': username,
'fullname': 'Test User %s' % username,
- 'email': '%s@example.com' % username
+ 'email': '%s@example.com' % username,
+ '_groups': [username]
}
return self.lm.auth_successful(self.trans,
username, 'password', testdata)