git coverage for the notifications client

This commit is contained in:
Kenneth Kehl
2025-06-27 14:52:17 -07:00
parent 4c67798607
commit ce7003edb3

View File

@@ -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",