diff --git a/scripts/test_env.py b/scripts/test_env.py index e1e94910cf6..13301c1c8ee 100755 --- a/scripts/test_env.py +++ b/scripts/test_env.py @@ -123,10 +123,10 @@ def __init__(self, args: argparse.Namespace, nth: int): "address": f"{self.host_ip}:{self.api_port}" }, "kura": { - "block_store_path": "storage" + "store_dir": "storage" }, "snapshot": { - "store_path": "storage/snapshot" + "store_dir": "storage/snapshot" }, # it is not available in debug iroha build # "logger": {