Skip to content

Commit bc1651e

Browse files
Update test_phone_number_lookup.py
1 parent 0f2d101 commit bc1651e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_phone_number_lookup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def validateResult(self, result: LookupResult, e_164_format: str, line_provider:
7878

7979
# this can further simplify overall assertions with single one
8080
assert_that(result, has_properties(
81-
'response_code', 30,
81+
'response_code', 0,
8282
'e_164_format', e_164_format,
8383
'line_provider', line_provider,
8484
'country', is_one_of_string(["US", "Canada"]),

0 commit comments

Comments
 (0)