We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c0bbf commit b562054Copy full SHA for b562054
pkg/detectors/netlify/netlify_integration_test.go
@@ -50,6 +50,9 @@ func TestNetlify_FromChunk(t *testing.T) {
50
{
51
DetectorType: detectorspb.DetectorType_Netlify,
52
Verified: true,
53
+ ExtraData: map[string]string{
54
+ "rotation_guide": "https://howtorotate.com/docs/tutorials/netlify/",
55
+ },
56
},
57
58
wantErr: false,
@@ -66,6 +69,9 @@ func TestNetlify_FromChunk(t *testing.T) {
66
69
67
70
68
71
Verified: false,
72
73
74
75
76
77
0 commit comments