forked from TrueCloudLab/xk6-frostfs
[#84] preset: fix typo
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
704c0f06bc
commit
4ef3795e04
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ def main():
|
|||
|
||||
for run in objects_runs:
|
||||
result = run.result()
|
||||
if run.result:
|
||||
if result:
|
||||
container_id = result[0]
|
||||
endpoint = result[1]
|
||||
object_id = result[2]
|
||||
|
|
|
@ -93,7 +93,7 @@ def main():
|
|||
|
||||
for run in objects_runs:
|
||||
result = run.result()
|
||||
if run.result:
|
||||
if result:
|
||||
bucket = result[0]
|
||||
endpoint = result[1]
|
||||
object_id = result[2]
|
||||
|
|
Loading…
Reference in a new issue