This reverts commit 5ae6d6e108.
```release-note
NONE
```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5ae6d6e108
Коммит
6b6150d374
@@ -808,7 +808,7 @@ func TestDiff(t *testing.T) {
|
||||
Enable: !defaultConfigGen().PluginSettings.PluginStates["com.mattermost.nps"].Enable,
|
||||
},
|
||||
"focalboard": {
|
||||
Enable: true,
|
||||
Enable: false,
|
||||
},
|
||||
"playbooks": {
|
||||
Enable: true,
|
||||
@@ -846,7 +846,7 @@ func TestDiff(t *testing.T) {
|
||||
Enable: true,
|
||||
},
|
||||
"focalboard": {
|
||||
Enable: true,
|
||||
Enable: false,
|
||||
},
|
||||
"playbooks": {
|
||||
Enable: true,
|
||||
@@ -876,7 +876,7 @@ func TestDiff(t *testing.T) {
|
||||
BaseVal: defaultConfigGen().PluginSettings.PluginStates,
|
||||
ActualVal: map[string]*model.PluginState{
|
||||
"focalboard": {
|
||||
Enable: true,
|
||||
Enable: false,
|
||||
},
|
||||
"playbooks": {
|
||||
Enable: true,
|
||||
|
||||
Ссылка в новой задаче
Block a user