fix typo
This commit is contained in:
parent
8156a94a02
commit
0c4195e707
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ load _helpers
|
||||||
|
|
||||||
@test "server-ha: default, comes up sealed, 1 replica" {
|
@test "server-ha: default, comes up sealed, 1 replica" {
|
||||||
helm_install_ha
|
helm_install_ha
|
||||||
wait_for_running $(name_prefix)-server-0
|
wait_for_running $(ha_name_prefix)-server-0
|
||||||
|
|
||||||
# Verify installed, sealed, and 1 replica
|
# Verify installed, sealed, and 1 replica
|
||||||
local sealed_status=$(kubectl exec "$(name_prefix)-server-0" -- vault status -format=json |
|
local sealed_status=$(kubectl exec "$(name_prefix)-server-0" -- vault status -format=json |
|
||||||
|
@ -38,6 +38,6 @@ teardown() {
|
||||||
#if [[ "${#BATS_TEST_NAMES[@]}" -eq "$BATS_TEST_NUMBER" ]]; then
|
#if [[ "${#BATS_TEST_NAMES[@]}" -eq "$BATS_TEST_NUMBER" ]]; then
|
||||||
#
|
#
|
||||||
#fi
|
#fi
|
||||||
helm delete --purge vault consul
|
helm delete --purge vault-ha consul
|
||||||
kubectl delete --all pvc
|
kubectl delete --all pvc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue