fix chart dir for unit tests

Signed-off-by: jessebot <jessebot@linux.com>
This commit is contained in:
jessebot 2024-05-28 14:04:07 +02:00
parent b82c653628
commit 76a32baa4c

View file

@ -3,5 +3,5 @@
# chart_dir returns the directory for the chart
chart_dir() {
echo ${BATS_TEST_DIRNAME}/../..
echo ${BATS_TEST_DIRNAME}/../../charts/openbao
}