]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/tests/utils.py
registration: use EmailConfimation rather than separate registration app
[patchwork] / apps / patchwork / tests / utils.py
index f1c95e8a8d274054bdcc927dc2c8ed2e18259a14..1cb5dfb95d529375b980d4629b7855790384ae55 100644 (file)
@@ -59,7 +59,7 @@ class defaults(object):
 _user_idx = 1
 def create_user():
     global _user_idx
-    userid = 'test-%d' % _user_idx
+    userid = 'test%d' % _user_idx
     email = '%s@example.com' % userid
     _user_idx += 1