diff --git a/pkg/detectors/neutrinoapi/neutrinoapi_integration_test.go b/pkg/detectors/neutrinoapi/neutrinoapi_integration_test.go index 599e8e543a93..72aceff9797c 100644 --- a/pkg/detectors/neutrinoapi/neutrinoapi_integration_test.go +++ b/pkg/detectors/neutrinoapi/neutrinoapi_integration_test.go @@ -48,6 +48,10 @@ func TestNeutrinoApi_FromChunk(t *testing.T) { verify: true, }, want: []detectors.Result{ + { + DetectorType: detectorspb.DetectorType_NeutrinoApi, + Verified: false, + }, { DetectorType: detectorspb.DetectorType_NeutrinoApi, Verified: true, @@ -68,6 +72,10 @@ func TestNeutrinoApi_FromChunk(t *testing.T) { DetectorType: detectorspb.DetectorType_NeutrinoApi, Verified: false, }, + { + DetectorType: detectorspb.DetectorType_NeutrinoApi, + Verified: false, + }, }, wantErr: false, },