Browse Source

Fix build

rafalp 6 years ago
parent
commit
e98831329d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/threads/tests/test_thread_bulkpatch_api.py

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

@@ -105,7 +105,7 @@ class BulkPatchSerializerTests(ThreadsBulkPatchApiTestCase):
         self.assertEqual(
             response.json(),
             {
-                "ids": ["Ensure this field has no more than 40 elements."],
+                "ids": ["Ensure this field has no more than 25 elements."],
                 "ops": ["Ensure this field has no more than 10 elements."],
             },
         )