Fix bug about where cur ns was stored in yaml

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan
2020-04-18 16:17:47 -07:00
parent 2915103e3d
commit fc2e1c6b08
4 changed files with 30 additions and 9 deletions

View File

@@ -21,7 +21,6 @@ load common
run ${COMMAND}
echo "$output"
[[ "$status" -eq 1 ]]
[[ "$output" = *"current-context is not set"* ]]
}
@test "list namespaces" {