Skip to content

Commit 6ecf81b

Browse files
authored
SWI-10072 Fix TN Lookup Smoke Test (#289)
1 parent 8fa2278 commit 6ecf81b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/smoke/test_phone_number_lookup_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def test_create_get_async_bulk_lookup(self) -> None:
9494
assert_that(response.data.data.results[0], instance_of(LookupResult))
9595
assert_that(response.data.data.results[0].phone_number, instance_of(str))
9696
assert_that(response.data.data.results[0].line_type, instance_of(LineTypeEnum))
97-
assert_that(response.data.data.results[0].messaging_provider, instance_of(str))
9897
assert_that(response.data.data.results[0].voice_provider, instance_of(str))
9998
assert_that(response.data.data.results[0].country_code_a3, instance_of(str))
10099

@@ -123,7 +122,6 @@ def test_create_sync_lookup(self) -> None:
123122
assert_that(response.data.data.results[0], instance_of(LookupResult))
124123
assert_that(response.data.data.results[0].phone_number, instance_of(str))
125124
assert_that(response.data.data.results[0].line_type, instance_of(LineTypeEnum))
126-
assert_that(response.data.data.results[0].messaging_provider, instance_of(str))
127125
assert_that(response.data.data.results[0].voice_provider, instance_of(str))
128126
assert_that(response.data.data.results[0].country_code_a3, instance_of(str))
129127

0 commit comments

Comments
 (0)