Skip to content

Commit 5a7f3a4

Browse files
committed
add to smoke test
1 parent c301211 commit 5a7f3a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/smoke/test_messages_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ def test_list_messages(self):
134134
'message_status', instance_of(MessageStatusEnum),
135135
'message_type', instance_of(MessageTypeEnum),
136136
'segment_count', greater_than(0),
137-
'source_tn', matches_regexp('^\\+[1-9]\\d{1,14}$')
137+
'source_tn', matches_regexp('^\\+[1-9]\\d{1,14}$'),
138+
'calling_number_country_a3', equal_to('USA')
138139
))
139140
assert_that(message.receive_time, instance_of(datetime))
140141

0 commit comments

Comments
 (0)