Skip to content

Commit fcfc16d

Browse files
committed
DEVX-10013: Updating SMS tests to include pool_id param
1 parent e5dc525 commit fcfc16d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

messages/tests/test_sms_models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def test_create_sms_all_fields():
3434
webhook_version=WebhookVersion.V1,
3535
ttl=600,
3636
trusted_recipient=True,
37+
pool_id='abc123',
3738
)
3839
sms_dict = {
3940
'to': '1234567890',
@@ -49,6 +50,7 @@ def test_create_sms_all_fields():
4950
'webhook_version': 'v1',
5051
'ttl': 600,
5152
'trusted_recipient': True,
53+
'pool_id': 'abc123',
5254
'channel': 'sms',
5355
'message_type': 'text',
5456
}

0 commit comments

Comments
 (0)