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 committed by Nathan A Phelps
parent bfd5135800
commit 8f700eb551

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
}