mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
fix static scan warnings
This commit is contained in:
@@ -104,7 +104,7 @@ def test_notifications_ses_200_autoconfirms_subscription(client, mocker):
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
requests_mock.assert_called_once_with("https://foo")
|
requests_mock.assert_called_once_with("https://foo", timeout=30)
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user