Change args id in shards.set-mode command #286

Merged
d.zayakin merged 1 commit from d.zayakin/frostfs-testlib:change-id-args into master 2024-09-03 16:53:13 +00:00

View file

@ -40,7 +40,7 @@ class FrostfsCliShards(CliCommand):
self,
endpoint: str,
mode: str,
id: Optional[list[str]],
id: Optional[list[str]] = None,
wallet: Optional[str] = None,
wallet_password: Optional[str] = None,
address: Optional[str] = None,