Attempt a fix for @michaelhelmick

This commit is contained in:
Ian Cordasco
2013-05-20 10:58:03 -04:00
parent 7430a49f45
commit 9ce7f0bf5b
+4
View File
@@ -69,6 +69,10 @@ class MockRequest(object):
def unverifiable(self):
return self.is_unverifiable()
@property
def origin_req_host(self):
return self.get_origin_req_host()
class MockResponse(object):
"""Wraps a `httplib.HTTPMessage` to mimic a `urllib.addinfourl`.