Skip to content

Commit

Permalink
Update test/unit/csi-daemonset.bats
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ash <[email protected]>
  • Loading branch information
Zlaticanin and benashz authored Aug 8, 2024
1 parent 9fe62b2 commit 2f3e3f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/csi-daemonset.bats
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ load _helpers

@test "csi/daemonset: default log-level" {
cd `chart_dir`
local actual=$(helm template \
local actual
actual=$(helm template \
--show-only templates/csi-daemonset.yaml \
--set "csi.enabled=true" \
. | tee /dev/stderr |
Expand Down

0 comments on commit 2f3e3f3

Please sign in to comment.