This reverts commit aa61f8dfbb.
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1cb1d8bd9e
Коммит
9f7e361621
@@ -387,11 +387,11 @@ func TestConfigDefaultChannelExportPluginState(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestConfigDefaultFocalboardPluginState(t *testing.T) {
|
||||
t.Run("should enable Focalboard plugin by default", func(t *testing.T) {
|
||||
t.Run("should not enable Focalboard plugin by default", func(t *testing.T) {
|
||||
c1 := Config{}
|
||||
c1.SetDefaults()
|
||||
|
||||
assert.True(t, c1.PluginSettings.PluginStates["focalboard"].Enable)
|
||||
assert.False(t, c1.PluginSettings.PluginStates["focalboard"].Enable)
|
||||
})
|
||||
|
||||
t.Run("should not re-enable focalboard plugin after it has been disabled", func(t *testing.T) {
|
||||
|
||||
Ссылка в новой задаче
Block a user