rafalp 6 лет назад
Родитель
Сommit
e98831329d
1 измененных файлов с 1 добавлено и 1 удалено
  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."],
             },
         )