From 6ff3817f046ecac1ba08193b29f956da19c51cd4 Mon Sep 17 00:00:00 2001 From: ahmed Date: Wed, 25 Oct 2023 11:47:46 -0400 Subject: [PATCH] updating test secrets to use detectors5 --- pkg/detectors/monday/monday_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/detectors/monday/monday_test.go b/pkg/detectors/monday/monday_test.go index 5fc96e035dd8..659c980d5dca 100644 --- a/pkg/detectors/monday/monday_test.go +++ b/pkg/detectors/monday/monday_test.go @@ -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) }