Browse Source

fixed super()

Rafał Pitoń 10 years ago
parent
commit
a9387ee17f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/threads/tests/test_posting_views.py

+ 1 - 1
misago/threads/tests/test_posting_views.py

@@ -14,7 +14,7 @@ class StartThreadTests(AuthenticatedUserTestCase):
     ajax_header = {'HTTP_X_REQUESTED_WITH': 'XMLHttpRequest'}
 
     def setUp(self):
-        super(StartThreadFormTests, self).setUp()
+        super(StartThreadTests, self).setUp()
 
         self.forum = Forum.objects.all_forums().filter(role="forum")[:1][0]
         self.link = reverse('misago:start_thread', kwargs={