Skip to content

Commit d639d2e

Browse files
fixed website pulse detector integration tests (#3776)
1 parent b562054 commit d639d2e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pkg/detectors/websitepulse/websitepulse_integration_test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ func TestWebsitepulse_FromChunk(t *testing.T) {
4545
verify: true,
4646
},
4747
want: []detectors.Result{
48+
{
49+
DetectorType: detectorspb.DetectorType_Websitepulse,
50+
Verified: false,
51+
},
4852
{
4953
DetectorType: detectorspb.DetectorType_Websitepulse,
5054
Verified: true,
@@ -65,6 +69,10 @@ func TestWebsitepulse_FromChunk(t *testing.T) {
6569
DetectorType: detectorspb.DetectorType_Websitepulse,
6670
Verified: false,
6771
},
72+
{
73+
DetectorType: detectorspb.DetectorType_Websitepulse,
74+
Verified: false,
75+
},
6876
},
6977
wantErr: false,
7078
},

0 commit comments

Comments
 (0)