Remove license requirement for plugins (#7747)

This commit is contained in:
Joram Wilander
2017-10-31 10:39:59 -04:00
committed by GitHub
parent ce2b2be5de
commit 1012bce8bb
2 changed files with 2 additions and 2 deletions

View File

@@ -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