Skip to content

Commit 5baae30

Browse files
committed
add to smoke test
1 parent 48bd7d0 commit 5baae30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/smoke/messages_api_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
it 'lists messages' do
7777
get_opts = {
7878
source_tn: BW_NUMBER,
79-
message_direction: list_message_direction
79+
message_direction: list_message_direction,
80+
calling_number_country_a3: 'USA'
8081
}
8182
data, status_code = @messaging_api_instance.list_messages_with_http_info(BW_ACCOUNT_ID, get_opts)
8283

0 commit comments

Comments
 (0)