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
commit 218ca46786
1 changed files with 0 additions and 5 deletions

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
#