Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fmt
  • Loading branch information
Emyrk committed Mar 19, 2024
commit c5f406c7c927cd621e2a5a88c2de8d8f69d0aadb
1 change: 0 additions & 1 deletion helm/provisioner/tests/chart_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ func TestUpdateGoldenFiles(t *testing.T) {

valuesPath := tc.valuesFilePath()
templateOutput, err := runHelmTemplate(t, helmPath, "..", valuesPath)

if err != nil {
t.Logf("Command output:\n%s", templateOutput)
}
Expand Down