diff --git a/test/specs.py b/test/specs.py index a723d7ce9..9c0aaf35d 100644 --- a/test/specs.py +++ b/test/specs.py @@ -203,11 +203,11 @@ def build_index_specs(): IndexTestSpec(url_for('v1.get_tags', repository=ORG_REPO)), IndexTestSpec(url_for('v1.get_tag', repository=PUBLIC_REPO, - tag=FAKE_TAG_NAME), NO_REPO, 400, 400, 400, 400), + tag=FAKE_TAG_NAME), NO_REPO, 404, 404, 404, 404), IndexTestSpec(url_for('v1.get_tag', repository=PRIVATE_REPO, - tag=FAKE_TAG_NAME), NO_REPO, 403, 403, 400, 400), + tag=FAKE_TAG_NAME), NO_REPO, 403, 403, 404, 404), IndexTestSpec(url_for('v1.get_tag', repository=ORG_REPO, - tag=FAKE_TAG_NAME), NO_REPO, 403, 403, 400, 400), + tag=FAKE_TAG_NAME), NO_REPO, 403, 403, 404, 404), IndexTestSpec(url_for('v1.put_tag', repository=PUBLIC_REPO, tag=FAKE_TAG_NAME),