Commit 1d0bc265 authored by Michal Čihař's avatar Michal Čihař

No need to create profile explicitely

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent e90d930e
......@@ -524,7 +524,6 @@ class SuggesionCommandTest(RepoTestCase):
'noreply@weblate.org',
'testpassword'
)
Profile.objects.create(user=user)
call_command(
'add_suggestions', 'test', 'test', 'cs', TEST_PO,
author=user.email
......
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