Commit 7af8632f authored by matejcik's avatar matejcik

fill out new mandatory field in test_profile

parent 4d6fe1e9
......@@ -231,6 +231,7 @@ class ProfileTest(ViewTestCase):
'first_name': 'First Last',
'email': 'noreply@weblate.org',
'username': 'testik',
'dashboard_view': Profile.DASHBOARD_SUBSCRIPTIONS,
}
)
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