Skip to content

Commit 6f02662

Browse files
committed
fixes test
1 parent b38bc5f commit 6f02662

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Integration/test_us_autocompletions_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def setUpClass(self):
3232
with lob_python.ApiClient(self.configuration) as self.api_client:
3333
self.api = UsAutocompletionsApi(self.api_client) # noqa: E501
3434
self.valid_address = UsAutocompletionsWritable(
35-
address_prefix = "2261 MARKET",
35+
address_prefix = "2261 MARKET ST",
3636
city = "SAN FRANCISCO",
3737
)
3838

@@ -81,7 +81,7 @@ def test_us_autocompletion422(self):
8181
autocomplete # noqa: E501
8282
"""
8383
error_address = UsAutocompletionsWritable(
84-
address_prefix = "2261 MARKET",
84+
address_prefix = "2261 MARKET ST",
8585
city = "SAN FRANCISCO",
8686
state = "CA",
8787
zip_code = "94114",

0 commit comments

Comments
 (0)