From f119adc4c2002c6e66187ae6e0b301898d04248e Mon Sep 17 00:00:00 2001 From: Richard Gomez <32133502+rgmz@users.noreply.github.com> Date: Sun, 24 Nov 2024 15:20:31 -0500 Subject: [PATCH] test: fix multiple package names (#3661) --- pkg/detectors/hubspot_apikey/v1/apikey_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/detectors/hubspot_apikey/v1/apikey_integration_test.go b/pkg/detectors/hubspot_apikey/v1/apikey_integration_test.go index bb02abad8293..20deb1b9bbc0 100644 --- a/pkg/detectors/hubspot_apikey/v1/apikey_integration_test.go +++ b/pkg/detectors/hubspot_apikey/v1/apikey_integration_test.go @@ -1,7 +1,7 @@ //go:build detectors // +build detectors -package hubspotapikey +package v1 import ( "context"