Skip to content

Commit

Permalink
fixed website pulse detector integration tests (#3776)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifkhan0771 authored Dec 19, 2024
1 parent b562054 commit d639d2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/detectors/websitepulse/websitepulse_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -65,6 +69,10 @@ func TestWebsitepulse_FromChunk(t *testing.T) {
DetectorType: detectorspb.DetectorType_Websitepulse,
Verified: false,
},
{
DetectorType: detectorspb.DetectorType_Websitepulse,
Verified: false,
},
},
wantErr: false,
},
Expand Down

0 comments on commit d639d2e

Please sign in to comment.