Actually use the HTTPSBIN variable for test https requests

This commit is contained in:
Richard Boulton
2011-06-16 13:06:22 +01:00
parent 47f1f28385
commit 4320f81bf4
+1 -1
View File
@@ -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)