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