|
@@ -65,7 +65,7 @@ class ReplyThreadTests(AuthenticatedUserTestCase):
|
|
override_acl(self.user, forums_acl)
|
|
override_acl(self.user, forums_acl)
|
|
|
|
|
|
response = self.client.get(self.link, **self.ajax_header)
|
|
response = self.client.get(self.link, **self.ajax_header)
|
|
- self.assertEqual(response.status_code, 403)
|
|
|
|
|
|
+ self.assertEqual(response.status_code, 404)
|
|
|
|
|
|
def test_cant_reply_thread_in_locked_forum(self):
|
|
def test_cant_reply_thread_in_locked_forum(self):
|
|
"""can't post in closed forum"""
|
|
"""can't post in closed forum"""
|