From cab5250b577d1a758dd49dd01741aef2897e03ad Mon Sep 17 00:00:00 2001 From: Javier Rodriguez Date: Thu, 23 Oct 2025 15:05:47 +0200 Subject: [PATCH] fix(referrer): Remove tests Signed-off-by: Javier Rodriguez --- app/controlplane/pkg/biz/referrer_test.go | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app/controlplane/pkg/biz/referrer_test.go b/app/controlplane/pkg/biz/referrer_test.go index 51cd48c10..7f659a2d5 100644 --- a/app/controlplane/pkg/biz/referrer_test.go +++ b/app/controlplane/pkg/biz/referrer_test.go @@ -43,21 +43,6 @@ func (s *referrerTestSuite) TestInitialization() { Enabled: false, }, }, - { - name: "enabled but without orgs", - conf: &ReferrerSharedIndexConfig{ - Enabled: true, - }, - wantErrMsg: "invalid shared index config: index is enabled, but no orgs are allowed", - }, - { - name: "enabled with invalid orgs", - conf: &ReferrerSharedIndexConfig{ - Enabled: true, - AllowedOrgs: []string{"invalid"}, - }, - wantErrMsg: "invalid shared index config: invalid org id: invalid", - }, { name: "enabled with valid orgs", conf: &ReferrerSharedIndexConfig{