From c016333aad28317b7730765ab198120954ce068d Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Tue, 4 Jun 2024 09:44:28 +0300 Subject: [PATCH] chore: use correct variable in default config template --- test/e2e/configs/_local.default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/configs/_local.default.py b/test/e2e/configs/_local.default.py index 76b63dff9c..9ec058148b 100644 --- a/test/e2e/configs/_local.default.py +++ b/test/e2e/configs/_local.default.py @@ -2,5 +2,5 @@ import logging LOG_LEVEL = logging.DEBUG DEV_BUILD = False -APP_DIR = "path to the application (.app or .AppImage)" +AUT_PATH = "path to the application (.app or .AppImage)"