Commit dc946f18 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 8299135b ae27ba64
...@@ -44,8 +44,9 @@ class ViewTestCase(RepoTestCase): ...@@ -44,8 +44,9 @@ class ViewTestCase(RepoTestCase):
self.factory = RequestFactory() self.factory = RequestFactory()
# Create user # Create user
self.user = User.objects.create_user( self.user = User.objects.create_user(
username='testuser', 'testuser',
password='testpassword' 'noreply@weblate.org',
'testpassword'
) )
# Create profile for him # Create profile for him
Profile.objects.create(user=self.user) Profile.objects.create(user=self.user)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment