mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Actually use the HTTPSBIN variable for test https requests
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ def httpbin(*suffix):
|
||||
def httpsbin(*suffix):
|
||||
"""Returns url for HTTPSBIN resource."""
|
||||
|
||||
return HTTPBIN_URL + '/'.join(suffix)
|
||||
return HTTPSBIN_URL + '/'.join(suffix)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user