Skip to content

Commit

Permalink
fixed netlify detector integration tests (#3797)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifkhan0771 authored Dec 19, 2024
1 parent 00c0bbf commit b562054
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/detectors/netlify/netlify_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ func TestNetlify_FromChunk(t *testing.T) {
{
DetectorType: detectorspb.DetectorType_Netlify,
Verified: true,
ExtraData: map[string]string{
"rotation_guide": "https://howtorotate.com/docs/tutorials/netlify/",
},
},
},
wantErr: false,
Expand All @@ -66,6 +69,9 @@ func TestNetlify_FromChunk(t *testing.T) {
{
DetectorType: detectorspb.DetectorType_Netlify,
Verified: false,
ExtraData: map[string]string{
"rotation_guide": "https://howtorotate.com/docs/tutorials/netlify/",
},
},
},
wantErr: false,
Expand Down

0 comments on commit b562054

Please sign in to comment.