Skip to content

Commit 1cfdf58

Browse files
author
Sarah Sicard
committed
fix bodyclose lint err
1 parent f161f08 commit 1cfdf58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/conduit/conduit_validator_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ func TestValidator_ConnectorParameters(t *testing.T) {
415415
}
416416
}
417417

418+
//nolint:bodyclose // Body is closed in the validator, bodyclose is not recognizing this.
418419
func TestValidator_StandaloneProcessor(t *testing.T) {
419420
ctrl := gomock.NewController(t)
420421
defer ctrl.Finish()

0 commit comments

Comments
 (0)