We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38bc5f commit 6f02662Copy full SHA for 6f02662
1 file changed
test/Integration/test_us_autocompletions_api.py
@@ -32,7 +32,7 @@ def setUpClass(self):
32
with lob_python.ApiClient(self.configuration) as self.api_client:
33
self.api = UsAutocompletionsApi(self.api_client) # noqa: E501
34
self.valid_address = UsAutocompletionsWritable(
35
- address_prefix = "2261 MARKET",
+ address_prefix = "2261 MARKET ST",
36
city = "SAN FRANCISCO",
37
)
38
@@ -81,7 +81,7 @@ def test_us_autocompletion422(self):
81
autocomplete # noqa: E501
82
"""
83
error_address = UsAutocompletionsWritable(
84
85
86
state = "CA",
87
zip_code = "94114",
0 commit comments