X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8952b9530d943655e552ea660c47e850123c5105..04e32de59b6797f4329114dc63927f5121cc158a:/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: