diff --git a/scenarios/preset/helpers/frostfs_cli.py b/scenarios/preset/helpers/frostfs_cli.py index 73f48fa..01b4aaf 100644 --- a/scenarios/preset/helpers/frostfs_cli.py +++ b/scenarios/preset/helpers/frostfs_cli.py @@ -88,7 +88,7 @@ def create_container(endpoint, policy, container_creation_retry, wallet_path, co return cid log(f"Created container {cid} is not stored on {endpoint}, creating another one...", endpoint) - return create_container(endpoint, policy, wallet_path, config, acl, local, retry + 1) + return create_container(endpoint, policy, container_creation_retry, wallet_path, config, acl, local, retry + 1) def upload_object(container, payload_filepath, endpoint, wallet_file, wallet_config):