Skip to content

Commit

Permalink
gc actions
Browse files Browse the repository at this point in the history
  • Loading branch information
samirtahir91 committed Mar 22, 2024
1 parent a550f2c commit 3b29bb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/controller/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ var _ = BeforeSuite(func() {
var err error

// Ignore the error check for os.Setenv
// nolint:errcheck
err = os.Setenv("SOURCE_NAMESPACE", "default")
err = os.Setenv("SOURCE_NAMESPACE", "default") //nolint:all
if err != nil {
fmt.Println("Failed to set SOURCE_NAMESPACE environment variable:", err)
}
Expand Down

0 comments on commit 3b29bb9

Please sign in to comment.