Skip to content

Commit

Permalink
fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 6, 2025
1 parent dd018ac commit a408715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func getEnv(key, fallback string) string {
}

func deleteDda(t *testing.T, kubectlOptions *k8s.KubectlOptions, ddaPath string) {
if !*keepStacks {
if !*KeepStacks {
k8s.KubectlDelete(t, kubectlOptions, ddaPath)
}
}
Expand Down

0 comments on commit a408715

Please sign in to comment.