Merge "Remove unreachable code from unit tests"

This commit is contained in:
Jenkins
2016-01-08 05:01:14 +00:00
committed by Gerrit Code Review

View File

@@ -83,11 +83,6 @@ class FakeHTTPClient(httpclient.HTTPClient):
})
return r, body
if hasattr(status, 'items'):
return utils.TestResponse(status), body
else:
return utils.TestResponse({"status": status}), body
#
# Quotas
#