We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c6b26 commit f89d7f8Copy full SHA for f89d7f8
app/controlplane/pkg/biz/referrer_test.go
@@ -43,21 +43,6 @@ func (s *referrerTestSuite) TestInitialization() {
43
Enabled: false,
44
},
45
46
- {
47
- name: "enabled but without orgs",
48
- conf: &ReferrerSharedIndexConfig{
49
- Enabled: true,
50
- },
51
- wantErrMsg: "invalid shared index config: index is enabled, but no orgs are allowed",
52
53
54
- name: "enabled with invalid orgs",
55
56
57
- AllowedOrgs: []string{"invalid"},
58
59
- wantErrMsg: "invalid shared index config: invalid org id: invalid",
60
61
{
62
name: "enabled with valid orgs",
63
conf: &ReferrerSharedIndexConfig{
0 commit comments