Skip to content

Commit b562054

Browse files
fixed netlify detector integration tests (#3797)
1 parent 00c0bbf commit b562054

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/detectors/netlify/netlify_integration_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ func TestNetlify_FromChunk(t *testing.T) {
5050
{
5151
DetectorType: detectorspb.DetectorType_Netlify,
5252
Verified: true,
53+
ExtraData: map[string]string{
54+
"rotation_guide": "https://howtorotate.com/docs/tutorials/netlify/",
55+
},
5356
},
5457
},
5558
wantErr: false,
@@ -66,6 +69,9 @@ func TestNetlify_FromChunk(t *testing.T) {
6669
{
6770
DetectorType: detectorspb.DetectorType_Netlify,
6871
Verified: false,
72+
ExtraData: map[string]string{
73+
"rotation_guide": "https://howtorotate.com/docs/tutorials/netlify/",
74+
},
6975
},
7076
},
7177
wantErr: false,

0 commit comments

Comments
 (0)