mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Remove license requirement for plugins (#7747)
This commit is contained in:
@@ -25,7 +25,7 @@ func TestPlugin(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
defer os.RemoveAll(webappDir)
|
||||
|
||||
th := SetupEnterprise().InitBasic().InitSystemAdmin()
|
||||
th := Setup().InitBasic().InitSystemAdmin()
|
||||
defer th.TearDown()
|
||||
|
||||
enablePlugins := *th.App.Config().PluginSettings.Enable
|
||||
|
||||
Reference in New Issue
Block a user