Skip to content

Commit

Permalink
updating test secrets to use detectors5
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1 committed Oct 25, 2023
1 parent ac69649 commit 6ff3817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/detectors/monday/monday_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
func TestMonday_FromChunk(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), time.Second*5)
defer cancel()
testSecrets, err := common.GetSecret(ctx, "trufflehog-testing", "detectors3")
testSecrets, err := common.GetSecret(ctx, "trufflehog-testing", "detectors5")
if err != nil {
t.Fatalf("could not get test secrets from GCP: %s", err)
}
Expand Down

0 comments on commit 6ff3817

Please sign in to comment.