Browse Source

disable maxdiff on test thats failing on py 3.5k for debug

Rafał Pitoń 8 years ago
parent
commit
19855b33f6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      misago/threads/tests/test_threads_editor_api.py

+ 2 - 0
misago/threads/tests/test_threads_editor_api.py

@@ -654,6 +654,8 @@ class EditReplyEditorApiTests(EditorApiTestCase):
 
         map(lambda a: add_acl(self.user, a), attachments)
 
+        self.maxDiff = None
+
         self.assertEqual(response.status_code, 200)
         self.assertEqual(json.loads(smart_str(response.content)), {
             'id': self.post.pk,