diff --git a/tests/base.py b/tests/base.py index 07348e5..f6a8241 100644 --- a/tests/base.py +++ b/tests/base.py @@ -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)) diff --git a/tests/schema/fixtures/dashboard-0004.json b/tests/schema/fixtures/dashboard-0004.json index 14528e3..61a9afb 100644 --- a/tests/schema/fixtures/dashboard-0004.json +++ b/tests/schema/fixtures/dashboard-0004.json @@ -6,15 +6,15 @@ "editable": true, "height": "250px", "panels": [ - { - "content": "Some example text is required.", - "editable": true, - "error": false, - "mode": "markdown", - "span": 12, - "title": "no title (click here)", - "type": "text" - } + { + "content": "Some example text is required.", + "editable": true, + "error": false, + "mode": "markdown", + "span": 12, + "title": "no title (click here)", + "type": "text" + } ], "showTitle": false, "title": "New row"