We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5168d3 commit b40b3f2Copy full SHA for b40b3f2
test/smoke/test_phone_number_lookup_api.py
@@ -84,7 +84,6 @@ def test_create_get_async_bulk_lookup(self) -> None:
84
assert_that(response.status_code, equal_to(200))
85
assert_that(response.data, is_not(none()))
86
assert_that(response.data, instance_of(GetAsyncBulkLookupResponse))
87
- print(response.data)
88
assert_that(response.data.links, is_not(none()))
89
assert_that(response.data.links[0], instance_of(LinkSchema))
90
assert_that(response.data.links[0].rel, instance_of(str))
0 commit comments