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 <32777270+benashz@users.noreply.github.com>
  • Loading branch information
Zlaticanin and benashz authored Aug 8, 2024
1 parent 2f3e3f3 commit 0ee7a37
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 @@ -202,7 +202,8 @@ load _helpers

@test "csi/daemonset: log-level is configurable" {
cd `chart_dir`
local actual=$(helm template \
local actual
actual=$(helm template \
--show-only templates/csi-daemonset.yaml \
--set "csi.enabled=true" \
--set "csi.logLevel=warn" \
Expand Down

0 comments on commit 0ee7a37

Please sign in to comment.