Skip to content

Commit

Permalink
Enable goerr113 linting for EventMesh tests
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Jan 10, 2024
1 parent 1322c17 commit 2e42cbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/operator/eventing/eventmesh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ var (
errNotFound = errors.New("secret not found")
)

//nolint:goerr113 // all tests here need to be fixed, as they use require.ErrorAs and use it wrongly
func Test_reconcileEventMeshSubManager(t *testing.T) {
t.Parallel()

Expand Down

0 comments on commit 2e42cbd

Please sign in to comment.