Commit 606bc5c2 authored by Michal Čihař's avatar Michal Čihař

Fix initialization

parent 9d62d0d4
......@@ -33,7 +33,7 @@ from weblate.accounts.models import Profile
class ViewTestCase(RepoTestCase):
def setUp(self):
super(RepoTestCase, self).setUp()
super(ViewTestCase, self).setUp()
# Many tests needs access to the request factory.
self.factory = RequestFactory()
# Create 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