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 fb9f0a5 commit 415701eCopy full SHA for 415701e
pkg/detectors/stripe/stripe_test.go
@@ -48,6 +48,9 @@ func TestStripe_FromChunk(t *testing.T) {
48
{
49
DetectorType: detectorspb.DetectorType_Stripe,
50
Verified: true,
51
+ ExtraData: map[string]string{
52
+ "rotation_guide": "https://howtorotate.com/docs/tutorials/stripe/",
53
+ },
54
},
55
56
wantErr: false,
@@ -64,6 +67,9 @@ func TestStripe_FromChunk(t *testing.T) {
64
67
65
68
66
69
Verified: false,
70
71
72
73
74
75
0 commit comments