MM-47936: Removes CustomGroups feature flag. (#21739)

* MM-47936: Removes CustomGroups feature flag.

* MM-47936: Updates godoc.
Этот коммит содержится в:
Martin Kraft
2022-11-28 13:49:51 -05:00
коммит произвёл GitHub
родитель 6965585aa8
Коммит 62d9218011
3 изменённых файлов: 4 добавлений и 17 удалений

Просмотреть файл

@@ -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{},