From e98831329d7d8fb160a67ead40b6dc881d8bafee Mon Sep 17 00:00:00 2001 From: rafalp Date: Sun, 3 Feb 2019 04:22:43 +0100 Subject: [PATCH] Fix build --- misago/threads/tests/test_thread_bulkpatch_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misago/threads/tests/test_thread_bulkpatch_api.py b/misago/threads/tests/test_thread_bulkpatch_api.py index ea902d36c6..171ff1810a 100644 --- a/misago/threads/tests/test_thread_bulkpatch_api.py +++ b/misago/threads/tests/test_thread_bulkpatch_api.py @@ -105,7 +105,7 @@ def test_too_large_input(self): 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."], }, )