mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
clean flake8 except provider code
This commit is contained in:
@@ -24,4 +24,4 @@ def test_send_sms_returns_raises_error_if_there_is_no_valid_number_is_found(noti
|
||||
content = reference = 'foo'
|
||||
with pytest.raises(ValueError) as excinfo:
|
||||
aws_sns_client.send_sms(to, content, reference)
|
||||
assert 'No valid numbers found for SMS delivery' in str(excinfo.value)
|
||||
assert 'No valid numbers found for SMS delivery' in str(excinfo.value)
|
||||
|
||||
Reference in New Issue
Block a user