Fix deckhand client to return entry info

Bug in entry lookup did not return the value
at the end of the function.

Change-Id: I655e000f5ef85d6be2796820716c385d860ec244
This commit is contained in:
Bryan Strassner 2017-11-07 14:37:45 -06:00
parent ccebbeb5ef
commit 2b4866f6cb
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ class DeckhandClient(object):
DeckhandPaths.REVISION_VALIDATION_ENTRY
).format(revision_id, subset_name, entry_id)
e_resp = self._get_request(e_url)
return self._get_request(e_url)
@staticmethod
def _handle_bad_response(response, threshold=400):