Skip to content

Commit ef4b3b5

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

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
@@ -279,7 +279,7 @@ def custom_handler(r):
279279
return ""
280280

281281
self.httpserver.expect_request(
282-
"/geoip/v2.1/country/" + "1.2.3.4"
282+
"/geoip/v2.1/country/1.2.3.4"
283283
).respond_with_handler(custom_handler)
284284
try:
285285
self.run_client(self.client.country("1.2.3.4"))

0 commit comments

Comments
 (0)