From f41b65e0705754815ee53acf7aa2e2d737d16577 Mon Sep 17 00:00:00 2001 From: alexstroke1 Date: Tue, 19 Nov 2024 10:04:33 +0100 Subject: [PATCH] fix path for isi Signed-off-by: Far --- pytests/iroha_cli_tests/src/iroha_cli/iroha_cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pytests/iroha_cli_tests/src/iroha_cli/iroha_cli.py b/pytests/iroha_cli_tests/src/iroha_cli/iroha_cli.py index a938328e06..227deca283 100644 --- a/pytests/iroha_cli_tests/src/iroha_cli/iroha_cli.py +++ b/pytests/iroha_cli_tests/src/iroha_cli/iroha_cli.py @@ -274,8 +274,6 @@ def _read_and_update_json(self, template_filename, changes=None): """ json_template_path = ( Path(ROOT_DIR) - / "pytests" - / "iroha_cli_tests" / "common" / "json_isi_examples" / template_filename