Fix for testcase test_with_content_type_args

This commit is contained in:
Ben Timby 2012-01-23 13:18:38 -05:00
parent 2dfc048e6f
commit 2d8739115c

View File

@ -172,7 +172,7 @@ class RendererIntegrationTests(TestCase):
self.assertEquals(resp.status_code, DUMMYSTATUS)
_flat_repr = '{"foo": ["bar", "baz"]}'
_indented_repr = '{\n "foo": [\n "bar", \n "baz"\n ]\n}'
_indented_repr = '{\n "foo": [\n "bar",\n "baz"\n ]\n}'
class JSONRendererTests(TestCase):