Skip to content

Commit

Permalink
fixed plivo detector integration test (#3794)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifkhan0771 authored Dec 19, 2024
1 parent a60a2fc commit 9dde9e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/detectors/plivo/plivo_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func TestPlivo_FromChunk(t *testing.T) {
DetectorType: detectorspb.DetectorType_Plivo,
Redacted: id,
Verified: true,
RawV2: []byte(secret + id),
},
},
wantErr: false,
Expand All @@ -69,6 +70,7 @@ func TestPlivo_FromChunk(t *testing.T) {
DetectorType: detectorspb.DetectorType_Plivo,
Redacted: id,
Verified: false,
RawV2: []byte(inactiveSecret + id),
},
},
wantErr: false,
Expand Down

0 comments on commit 9dde9e9

Please sign in to comment.