Fix query count in test
This commit is contained in:
parent
fc57f09ac7
commit
e33ccff8cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue