mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-26 17:23:50 -04:00
git coverage for the notifications client
This commit is contained in:
@@ -40,7 +40,7 @@ def test_send_sms_notification_full(client):
|
|||||||
sms_sender_id="sender-001",
|
sms_sender_id="sender-001",
|
||||||
)
|
)
|
||||||
client.post.assert_called_once_with(
|
client.post.assert_called_once_with(
|
||||||
"v2/notifications/sms",
|
"/v2/notifications/sms",
|
||||||
data={
|
data={
|
||||||
"phone_number": "1234567890",
|
"phone_number": "1234567890",
|
||||||
"template_id": "template-id",
|
"template_id": "template-id",
|
||||||
|
|||||||
Reference in New Issue
Block a user