Skip to content

Commit

Permalink
Mute informational logs
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-uhl committed Mar 24, 2021
1 parent 3bd1cc9 commit ce2b301
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/global_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package helmtest

import "github.com/gruntwork-io/terratest/modules/logger"

func init() {
logger.Default = logger.Discard
}

0 comments on commit ce2b301

Please sign in to comment.