mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
clean flake8 except provider code
This commit is contained in:
@@ -15,6 +15,7 @@ def fake_client(notify_api):
|
||||
fake_client.init_app(notify_api, statsd_client)
|
||||
return fake_client
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Needs updating for TTS: New SMS client")
|
||||
def test_send_sms(fake_client, mocker):
|
||||
mock_send = mocker.patch.object(fake_client, 'try_send_sms')
|
||||
@@ -31,6 +32,7 @@ def test_send_sms(fake_client, mocker):
|
||||
'to', 'content', 'reference', False, 'testing'
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Needs updating for TTS: New SMS client")
|
||||
def test_send_sms_error(fake_client, mocker):
|
||||
mocker.patch.object(
|
||||
|
||||
Reference in New Issue
Block a user