From 6cc5743936a5a7b1ac5039e0ff57512bc08cb590 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 3 Sep 2018 12:59:36 -0700 Subject: [PATCH] test/acceptance: fix path to chart --- test/acceptance/_helpers.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/_helpers.bash b/test/acceptance/_helpers.bash index b79f491..a204f6b 100644 --- a/test/acceptance/_helpers.bash +++ b/test/acceptance/_helpers.bash @@ -16,7 +16,7 @@ helm_install() { helm install -f ${values} \ --name consul \ --wait \ - ${BATS_TEST_DIRNAME}/.. + ${BATS_TEST_DIRNAME}/../.. } # helm_delete deletes the Consul chart and all resources.