MM-47936: Removes CustomGroups feature flag. (#21739)
* MM-47936: Removes CustomGroups feature flag. * MM-47936: Updates godoc.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6965585aa8
Коммит
62d9218011
@@ -216,11 +216,7 @@ func TestGetClientConfig(t *testing.T) {
|
||||
},
|
||||
{
|
||||
"Custom groups professional license",
|
||||
&model.Config{
|
||||
FeatureFlags: &model.FeatureFlags{
|
||||
CustomGroups: true,
|
||||
},
|
||||
},
|
||||
&model.Config{},
|
||||
"",
|
||||
&model.License{
|
||||
Features: &model.Features{},
|
||||
@@ -232,11 +228,7 @@ func TestGetClientConfig(t *testing.T) {
|
||||
},
|
||||
{
|
||||
"Custom groups enterprise license",
|
||||
&model.Config{
|
||||
FeatureFlags: &model.FeatureFlags{
|
||||
CustomGroups: true,
|
||||
},
|
||||
},
|
||||
&model.Config{},
|
||||
"",
|
||||
&model.License{
|
||||
Features: &model.Features{},
|
||||
|
||||
Ссылка в новой задаче
Block a user