Skip to content

Commit 658fee9

Browse files
authored
SWI-10072 Fix TN Lookup Smoke Test (#198)
1 parent 7db2c7d commit 658fee9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/smoke/phone_number_lookup_api_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
expect(get_data.data.results[0]).to be_instance_of(Bandwidth::LookupResult)
5454
expect(get_data.data.results[0].phone_number).to be_instance_of(String)
5555
expect(get_data.data.results[0].line_type).to be_one_of(Bandwidth::LineTypeEnum.all_vars)
56-
expect(get_data.data.results[0].messaging_provider).to be_instance_of(String)
5756
expect(get_data.data.results[0].voice_provider).to be_instance_of(String)
5857
expect(get_data.data.results[0].country_code_a3).to be_instance_of(String)
5958
end
@@ -80,7 +79,6 @@
8079
expect(data.data.results[0]).to be_instance_of(Bandwidth::LookupResult)
8180
expect(data.data.results[0].phone_number).to be_instance_of(String)
8281
expect(data.data.results[0].line_type).to be_one_of(Bandwidth::LineTypeEnum.all_vars)
83-
expect(data.data.results[0].messaging_provider).to be_instance_of(String)
8482
expect(data.data.results[0].voice_provider).to be_instance_of(String)
8583
expect(data.data.results[0].country_code_a3).to be_instance_of(String)
8684
end

0 commit comments

Comments
 (0)