From 76a32baa4ce4d7786c0e7f5efd8da17d6862b102 Mon Sep 17 00:00:00 2001 From: jessebot Date: Tue, 28 May 2024 14:04:07 +0200 Subject: [PATCH] fix chart dir for unit tests Signed-off-by: jessebot --- test/unit/_helpers.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/_helpers.bash b/test/unit/_helpers.bash index 5f8a94d..1925da4 100644 --- a/test/unit/_helpers.bash +++ b/test/unit/_helpers.bash @@ -3,5 +3,5 @@ # chart_dir returns the directory for the chart chart_dir() { - echo ${BATS_TEST_DIRNAME}/../.. + echo ${BATS_TEST_DIRNAME}/../../charts/openbao }