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 ef4b3b5 commit e55ce56
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 @@ -319,7 +319,7 @@ def test_city_ok(self):

def test_insights_ok(self):
self.httpserver.expect_request(
"/geoip/v2.1/insights/" + "1.2.3.4"
"/geoip/v2.1/insights/1.2.3.4"
).respond_with_json(
self.insights,
status=200,
Expand Down

0 comments on commit e55ce56

Please sign in to comment.