Skip to content

Commit

Permalink
[test]: fix old params in test_env.py
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Feb 16, 2024
1 parent bc5c420 commit 3a6bbc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 3a6bbc5

Please sign in to comment.