mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-29 22:11:52 -05:00
Require "sender" argument to send_sms method
In response to [^1]. [^1]: https://github.com/alphagov/notifications-api/pull/3493#discussion_r836616675
This commit is contained in:
@@ -24,6 +24,7 @@ def test_send_sms(fake_client, mocker):
|
||||
content='content',
|
||||
reference='reference',
|
||||
international=False,
|
||||
sender=None,
|
||||
)
|
||||
|
||||
mock_send.assert_called_with(
|
||||
@@ -42,6 +43,7 @@ def test_send_sms_error(fake_client, mocker):
|
||||
content='content',
|
||||
reference='reference',
|
||||
international=False,
|
||||
sender=None,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user