mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Remove global app references (#7433)
* remove global app references * test fix * fix api4 test compilation
This commit is contained in:
@@ -29,7 +29,7 @@ func TestPlugin(t *testing.T) {
|
||||
th := Setup().InitBasic().InitSystemAdmin()
|
||||
defer TearDown()
|
||||
|
||||
th.App.StartupPlugins(pluginDir, webappDir)
|
||||
th.App.InitPlugins(pluginDir, webappDir)
|
||||
|
||||
enablePlugins := *utils.Cfg.PluginSettings.Enable
|
||||
defer func() {
|
||||
|
||||
Reference in New Issue
Block a user