mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
pycodestyle
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user