Skip to content

Commit

Permalink
fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfriss committed Jan 16, 2024
1 parent b38bc5f commit 6f02662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Integration/test_us_autocompletions_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setUpClass(self):
with lob_python.ApiClient(self.configuration) as self.api_client:
self.api = UsAutocompletionsApi(self.api_client) # noqa: E501
self.valid_address = UsAutocompletionsWritable(
address_prefix = "2261 MARKET",
address_prefix = "2261 MARKET ST",
city = "SAN FRANCISCO",
)

Expand Down Expand Up @@ -81,7 +81,7 @@ def test_us_autocompletion422(self):
autocomplete # noqa: E501
"""
error_address = UsAutocompletionsWritable(
address_prefix = "2261 MARKET",
address_prefix = "2261 MARKET ST",
city = "SAN FRANCISCO",
state = "CA",
zip_code = "94114",
Expand Down

0 comments on commit 6f02662

Please sign in to comment.