Skip to content

Commit b40b3f2

Browse files
committed
remove print
1 parent c5168d3 commit b40b3f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/smoke/test_phone_number_lookup_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def test_create_get_async_bulk_lookup(self) -> None:
8484
assert_that(response.status_code, equal_to(200))
8585
assert_that(response.data, is_not(none()))
8686
assert_that(response.data, instance_of(GetAsyncBulkLookupResponse))
87-
print(response.data)
8887
assert_that(response.data.links, is_not(none()))
8988
assert_that(response.data.links[0], instance_of(LinkSchema))
9089
assert_that(response.data.links[0].rel, instance_of(str))

0 commit comments

Comments
 (0)