test/acceptance: fix path to chart

This commit is contained in:
Mitchell Hashimoto 2018-09-03 12:59:36 -07:00
parent 44a9e948c1
commit 6cc5743936
No known key found for this signature in database
GPG key ID: 744E147AA52F5B0A

View file

@ -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.