From 426b38a2e018e01f1f54405aac0a28f45f2916a4 Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Fri, 22 Nov 2024 20:08:52 +0100 Subject: [PATCH] unexport impl structs --- management/server/http/posture_checks_handler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/server/http/posture_checks_handler_test.go b/management/server/http/posture_checks_handler_test.go index 649649a2a..9f7996e05 100644 --- a/management/server/http/posture_checks_handler_test.go +++ b/management/server/http/posture_checks_handler_test.go @@ -70,7 +70,7 @@ func initPostureChecksTestData(postureChecks ...*posture.Checks) *PostureChecksH return claims.AccountId, claims.UserId, nil }, }, - geolocationManager: &geolocation.GeolocationImpl{}, + geolocationManager: &geolocation.geolocationImpl{}, claimsExtractor: jwtclaims.NewClaimsExtractor( jwtclaims.WithFromRequestContext(func(r *http.Request) jwtclaims.AuthorizationClaims { return jwtclaims.AuthorizationClaims{