Add test fix and make sure Quay ups the connection count in its container

This commit is contained in:
Joseph Schorr 2014-08-25 14:23:21 -04:00
parent ee3ad9e7c3
commit 09a1c4d2b5
4 changed files with 12 additions and 2 deletions

View file

@ -196,7 +196,7 @@ def build_index_specs():
IndexTestSpec(url_for('index.put_repository_auth', repository=PUBLIC_REPO),
NO_REPO, 501, 501, 501, 501).set_method('PUT'),
IndexTestSpec(url_for('index.get_search'), NO_REPO, 501, 501, 501, 501),
IndexTestSpec(url_for('index.get_search'), NO_REPO, 200, 200, 200, 200),
IndexTestSpec(url_for('index.ping'), NO_REPO, 200, 200, 200, 200),