Skip to content

Commit e55ce56

Browse files
shadromanioschwald
andauthored
Update tests/webservice_test.py
Co-authored-by: Gregory Oschwald <[email protected]>
1 parent ef4b3b5 commit e55ce56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/webservice_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def test_city_ok(self):
319319

320320
def test_insights_ok(self):
321321
self.httpserver.expect_request(
322-
"/geoip/v2.1/insights/" + "1.2.3.4"
322+
"/geoip/v2.1/insights/1.2.3.4"
323323
).respond_with_json(
324324
self.insights,
325325
status=200,

0 commit comments

Comments
 (0)