Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Apr 11, 2019
1 parent 2a70b11 commit 3806844
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/unit/response/test_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,12 @@ def json(self):
assert r.errors

def test_saved_value_in_validate(self, nested_response, nested_schema, includes):
r = RestResponse(Mock(), "Test 1", format_keys(nested_schema, includes["variables"]), includes)
r = RestResponse(
Mock(),
"Test 1",
format_keys(nested_schema, includes["variables"]),
includes,
)

class FakeResponse:
headers = nested_response["headers"]
Expand Down

0 comments on commit 3806844

Please sign in to comment.