From 0debadf344e781a5e4d7a12363664c0e518cacc0 Mon Sep 17 00:00:00 2001 From: pjuarezd Date: Tue, 13 Aug 2024 18:53:56 -0700 Subject: [PATCH] Fix reference to `testing/common.sh` scrip Signed-off-by: pjuarezd --- web-app/tests/scripts/operator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/tests/scripts/operator.sh b/web-app/tests/scripts/operator.sh index 1efcba38975..64e2f2e5eb7 100755 --- a/web-app/tests/scripts/operator.sh +++ b/web-app/tests/scripts/operator.sh @@ -16,7 +16,7 @@ SCRIPT_DIR=$(dirname "$0") export SCRIPT_DIR source "${SCRIPT_DIR}/common.sh" # This is common.sh for TestCafe Tests -source "${GITHUB_WORKSPACE}/tests/common.sh" # This is common.sh for k8s tests. +source "${GITHUB_WORKSPACE}/testing/common.sh" # This is common.sh for k8s tests. ## this enables :dev tag for minio/operator container image. CI="true"