forked from TrueCloudLab/frostfs-testlib
[#286] Change args id in shards.set-mode command
Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
This commit is contained in:
parent
eba782e7d2
commit
d2f8323fb9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class FrostfsCliShards(CliCommand):
|
||||||
self,
|
self,
|
||||||
endpoint: str,
|
endpoint: str,
|
||||||
mode: str,
|
mode: str,
|
||||||
id: Optional[list[str]],
|
id: Optional[list[str]] = None,
|
||||||
wallet: Optional[str] = None,
|
wallet: Optional[str] = None,
|
||||||
wallet_password: Optional[str] = None,
|
wallet_password: Optional[str] = None,
|
||||||
address: Optional[str] = None,
|
address: Optional[str] = None,
|
||||||
|
|
Loading…
Reference in a new issue