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): ...@@ -524,7 +524,6 @@ class SuggesionCommandTest(RepoTestCase):
'noreply@weblate.org', 'noreply@weblate.org',
'testpassword' 'testpassword'
) )
Profile.objects.create(user=user)
call_command( call_command(
'add_suggestions', 'test', 'test', 'cs', TEST_PO, 'add_suggestions', 'test', 'test', 'cs', TEST_PO,
author=user.email 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