diff --git a/pkg/detectors/websitepulse/websitepulse_integration_test.go b/pkg/detectors/websitepulse/websitepulse_integration_test.go index daec26e07fd7..4ca1a15828a7 100644 --- a/pkg/detectors/websitepulse/websitepulse_integration_test.go +++ b/pkg/detectors/websitepulse/websitepulse_integration_test.go @@ -45,6 +45,10 @@ func TestWebsitepulse_FromChunk(t *testing.T) { verify: true, }, want: []detectors.Result{ + { + DetectorType: detectorspb.DetectorType_Websitepulse, + Verified: false, + }, { DetectorType: detectorspb.DetectorType_Websitepulse, Verified: true, @@ -65,6 +69,10 @@ func TestWebsitepulse_FromChunk(t *testing.T) { DetectorType: detectorspb.DetectorType_Websitepulse, Verified: false, }, + { + DetectorType: detectorspb.DetectorType_Websitepulse, + Verified: false, + }, }, wantErr: false, },