[#258] add tests for preupgrade

This commit is contained in:
Ilyas Niyazov 2024-07-09 14:47:32 +03:00 committed by Andrey Berezin
parent 6f99aef406
commit b6a657e76c
2 changed files with 9 additions and 1 deletions

View file

@ -110,7 +110,7 @@ class FrostfsAdmMorph(CliCommand):
**{param: param_value for param, param_value in locals().items() if param not in ["self"]},
)
def dump_hashes(self, rpc_endpoint: str) -> CommandResult:
def dump_hashes(self, rpc_endpoint: str, domain: Optional[str] = None) -> CommandResult:
"""Dump deployed contract hashes.
Args: