Skip to content

Commit

Permalink
Update tests/webservice_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory Oschwald <goschwald@maxmind.com>
  • Loading branch information
shadromani and oschwald authored Jul 8, 2024
1 parent e55ce56 commit 0d0c317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webservice_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class TestClient(TestBaseClient):
def setUp(self):
self.client_class = Client
self.client = Client(42, "abcdef123456")
self.client._base_uri = self.httpserver.url_for("/") + "geoip/v2.1"
self.client._base_uri = self.httpserver.url_for("/geoip/v2.1")

def run_client(self, v):
return v
Expand Down

0 comments on commit 0d0c317

Please sign in to comment.