pycodestyle

This commit is contained in:
Leo Hemsted
2017-08-24 10:52:47 +01:00
parent 1f93fc889c
commit 412c87cfc8
5 changed files with 5 additions and 4 deletions

View File

@@ -29,7 +29,6 @@ def test_should_not_call_if_not_enabled(perf_client):
assert request_mock.called is False
def test_should_call_if_enabled(perf_client):
with requests_mock.Mocker() as request_mock:
request_mock.post('https://performance-platform-url/foo', json={}, status_code=200)