Update team_test.go (#10813)
* Update team_test.go * Update plugin_api_test.go
Этот коммит содержится в:
коммит произвёл
Jesse Hallam
родитель
6e8f7467bb
Коммит
3f3bc5c49c
@@ -505,9 +505,9 @@ func TestPluginAPIGetPlugins(t *testing.T) {
|
||||
}
|
||||
th.App.SetPluginsEnvironment(env)
|
||||
|
||||
// Decativate the last one for testing
|
||||
sucess := env.Deactivate(pluginIDs[len(pluginIDs)-1])
|
||||
require.True(t, sucess)
|
||||
// Deactivate the last one for testing
|
||||
success := env.Deactivate(pluginIDs[len(pluginIDs)-1])
|
||||
require.True(t, success)
|
||||
|
||||
// check existing user first
|
||||
plugins, err := api.GetPlugins()
|
||||
|
||||
Ссылка в новой задаче
Block a user