Allow diffs to get very large for test cases.

This commit is contained in:
Jake Moshenko 2014-05-20 18:26:29 -04:00
parent b493168a8b
commit ccc720fd39

View file

@ -68,6 +68,8 @@ CSRF_TOKEN_KEY = '_csrf_token'
CSRF_TOKEN = '123csrfforme'
class ApiTestCase(unittest.TestCase):
maxDiff = None
@staticmethod
def _add_csrf(without_csrf):
parts = urlparse(without_csrf)