Fixing path to DevEnv

Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
support/v0.36
Aleksei Chetaev 2023-02-27 18:34:50 +01:00 committed by Aleksey Chetaev
parent 1fb08e36c3
commit aa145357f3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ GAS_HASH = os.getenv("GAS_HASH", "0xd2a4cff31913016155e38e474a2c06d08be276cf")
FROSTFS_CONTRACT = os.getenv("FROSTFS_IR_CONTRACTS_FROSTFS")
ASSETS_DIR = os.getenv("ASSETS_DIR", "TemporaryDir")
DEVENV_PATH = os.getenv("DEVENV_PATH", os.path.join("../../pytest_tests", "frostfs-dev-env"))
DEVENV_PATH = os.getenv("DEVENV_PATH", os.path.join("..", "frostfs-dev-env"))
# Password of wallet owned by user on behalf of whom we are running tests
WALLET_PASS = os.getenv("WALLET_PASS", "")