X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8952b9530d943655e552ea660c47e850123c5105..4157358510703a54cde8f3b0f9814f2cd1c9f40a:/src/api/tests/tests.py

diff --git a/src/api/tests/tests.py b/src/api/tests/tests.py
index f85a061b0..c9afad7b0 100644
--- a/src/api/tests/tests.py
+++ b/src/api/tests/tests.py
@@ -29,6 +29,8 @@ from api.models import Consumer, Token
         'BACKEND': 'django.core.cache.backends.dummy.DummyCache'}},
 )
 class ApiTest(TestCase):
+    maxDiff = None
+
     def load_json(self, url):
         content = self.client.get(url).content
         try: