mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
upon removing the payload tag, the response index should be changed also
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
This commit is contained in:
parent
2c710811fa
commit
89bbe654ca
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def generate_s3select_expression_projection(bucket_name,obj_name):
|
|||
epsilon = float(0.00001)
|
||||
|
||||
# both results should be close (epsilon)
|
||||
assert( abs(float(res.split("\n")[1]) - eval(e)) < epsilon )
|
||||
assert( abs(float(res.split("\n")[0]) - eval(e)) < epsilon )
|
||||
|
||||
@pytest.mark.s3select
|
||||
def get_random_string():
|
||||
|
|
Loading…
Reference in a new issue