Merge "Enforce properly indentation for json fixtures"

This commit is contained in:
Jenkins 2015-09-21 13:49:41 +00:00 committed by Gerrit Code Review
commit f7b74e0ada
2 changed files with 10 additions and 11 deletions

View File

@ -71,5 +71,4 @@ class TestCase(object):
valid_yaml, indent=4, separators=(',', ': '), sort_keys=True)
self.assertThat(pretty_json, testtools.matchers.DocTestMatches(
expected_json, doctest.ELLIPSIS | doctest.NORMALIZE_WHITESPACE |
doctest.REPORT_NDIFF))
expected_json, doctest.ELLIPSIS | doctest.REPORT_NDIFF))