Commit 569fabb9 authored by Michal Čihař's avatar Michal Čihař

Add test user a name

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b33c6fd5
...@@ -73,7 +73,8 @@ class ViewTestCase(RepoTestCase): ...@@ -73,7 +73,8 @@ class ViewTestCase(RepoTestCase):
self.user = User.objects.create_user( self.user = User.objects.create_user(
'testuser', 'testuser',
'noreply@weblate.org', 'noreply@weblate.org',
'testpassword' 'testpassword',
first_name='Weblate Test',
) )
# 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