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 7f32149 commit 02b398b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var _ = BeforeSuite(func() {

if err := os.Setenv("SOURCE_NAMESPACE", "default"); err != nil {
// Handle the error, such as logging it or returning it from your function
logf.Error(err, "Failed to set SOURCE_NAMESPACE environment variable")
log.Log.Error(err, "Failed to set SOURCE_NAMESPACE environment variable")

Check failure on line 80 in internal/controller/suite_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

undefined: log
return err

Check failure on line 81 in internal/controller/suite_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

too many return values
}

Expand Down

0 comments on commit 02b398b

Please sign in to comment.