forked from TrueCloudLab/frostfs-testcases
Remove unnecessary args in Get Range
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
This commit is contained in:
parent
da9b723498
commit
1ce470d3b1
20 changed files with 68 additions and 74 deletions
|
@ -52,7 +52,7 @@ def test_object_api(prepare_wallet_and_deposit):
|
|||
with allure.step('Get range/range hash'):
|
||||
get_range_hash(**wallet_cid, oid=oids[0], bearer_token='', range_cut=range_cut)
|
||||
get_range_hash(**wallet_cid, oid=oids[1], bearer_token='', range_cut=range_cut)
|
||||
get_range(**wallet_cid, oid=oids[1], file_path='s_get_range', bearer='', range_cut=range_cut)
|
||||
get_range(**wallet_cid, oid=oids[1], bearer='', range_cut=range_cut)
|
||||
|
||||
with allure.step('Search objects'):
|
||||
search_object(**wallet_cid, expected_objects_list=oids)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue