Skip to content

Commit 9dde9e9

Browse files
fixed plivo detector integration test (#3794)
1 parent a60a2fc commit 9dde9e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/detectors/plivo/plivo_integration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func TestPlivo_FromChunk(t *testing.T) {
5252
DetectorType: detectorspb.DetectorType_Plivo,
5353
Redacted: id,
5454
Verified: true,
55+
RawV2: []byte(secret + id),
5556
},
5657
},
5758
wantErr: false,
@@ -69,6 +70,7 @@ func TestPlivo_FromChunk(t *testing.T) {
6970
DetectorType: detectorspb.DetectorType_Plivo,
7071
Redacted: id,
7172
Verified: false,
73+
RawV2: []byte(inactiveSecret + id),
7274
},
7375
},
7476
wantErr: false,

0 commit comments

Comments
 (0)