Fix query count in test

This commit is contained in:
Joseph Schorr 2018-08-07 14:52:33 -04:00
parent fc57f09ac7
commit e33ccff8cb

View file

@ -52,4 +52,4 @@ def test_e2e_query_count_manifest_norewrite(client, app):
conduct_call(client, 'v2.write_manifest_by_digest', url_for, 'PUT', params, expected_code=202,
headers=headers, raw_body=tag_manifest.json_data)
assert counter.count < 15
assert counter.count <= 15