Merge pull request #402 from coreos-inc/python-registry-v2-test-fixes
Fix V1 tests due to a typo
This commit is contained in:
commit
d9973af1df
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ def get_image_json(namespace, repository, image_id, headers):
|
|||
|
||||
logger.debug('Looking up repo layer data')
|
||||
try:
|
||||
data = repo_image.get_image_json(repo_image)
|
||||
data = model.image.get_image_json(repo_image)
|
||||
except (IOError, AttributeError):
|
||||
flask_abort(404)
|
||||
|
||||
|
|
Reference in a new issue