Skip to content

Commit 56159ff

Browse files
fixed integration test for opsgenie detector (#3795)
1 parent 9dde9e9 commit 56159ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/detectors/opsgenie/opsgenie_integration_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ func TestOpsgenie_FromChunk(t *testing.T) {
4747
{
4848
DetectorType: detectorspb.DetectorType_Opsgenie,
4949
Verified: true,
50+
ExtraData: map[string]string{
51+
"account": "secretdetectors",
52+
"plan": "Free",
53+
},
5054
},
5155
},
5256
wantErr: false,

0 commit comments

Comments
 (0)