Actually use the HTTPSBIN variable for test https requests
authorRichard Boulton <richard@tartarus.org>
Thu, 16 Jun 2011 12:06:22 +0000 (13:06 +0100)
committerRichard Boulton <richard@tartarus.org>
Thu, 16 Jun 2011 12:06:22 +0000 (13:06 +0100)
test_requests.py

index 3c1a437..6aaf0b9 100755 (executable)
@@ -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)