From 4c17bdff1bb871fb31520b7b547f584c53ed854f Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 8 Dec 2017 13:55:41 -0600 Subject: Add plugin slash command support (#7941) * add plugin slash command support * remove unused string * rebase --- api4/plugin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api4/plugin_test.go') diff --git a/api4/plugin_test.go b/api4/plugin_test.go index 82e11f775..e385b5c8c 100644 --- a/api4/plugin_test.go +++ b/api4/plugin_test.go @@ -46,7 +46,7 @@ func TestPlugin(t *testing.T) { *cfg.PluginSettings.EnableUploads = true }) - th.App.InitPlugins(pluginDir, webappDir) + th.App.InitPlugins(pluginDir, webappDir, nil) defer func() { th.App.ShutDownPlugins() th.App.PluginEnv = nil -- cgit v1.2.3-1-g7c22