From 4731b8f9b993536ed61dbc065e161e8994253f0d Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 Sep 2017 14:12:29 -0500 Subject: fix plugin test (#7436) * fix plugin test * ugh. global state * Fix plugin test * Fix TestDeleteChannel * Remove plugin config listener when shutting down --- app/app.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/app.go') diff --git a/app/app.go b/app/app.go index 953ca285a..667c425bd 100644 --- a/app/app.go +++ b/app/app.go @@ -11,8 +11,9 @@ import ( ) type App struct { - Srv *Server - PluginEnv *pluginenv.Environment + Srv *Server + PluginEnv *pluginenv.Environment + PluginConfigListenerId string } var globalApp App -- cgit v1.2.3-1-g7c22