Commit 994bb972 authored by Michal Čihař's avatar Michal Čihař

Add required value for username to test

parent d77009ed
......@@ -293,6 +293,7 @@ class ProfileTest(ViewTestCase):
'first_name': 'First',
'last_name': 'Last',
'email': 'noreply@weblate.org',
'username': 'testik',
}
)
self.assertRedirects(response, reverse('profile'))
......
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