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 --- api4/channel_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api4/channel_test.go') diff --git a/api4/channel_test.go b/api4/channel_test.go index 57b760178..7237eb47a 100644 --- a/api4/channel_test.go +++ b/api4/channel_test.go @@ -876,6 +876,8 @@ func TestDeleteChannel(t *testing.T) { _, resp = th.SystemAdminClient.DeleteChannel(publicChannel5.Id) CheckNoError(t, resp) + th = Setup().InitBasic().InitSystemAdmin() + isLicensed := utils.IsLicensed() license := utils.License() restrictPublicChannel := *utils.Cfg.TeamSettings.RestrictPublicChannelManagement @@ -894,7 +896,6 @@ func TestDeleteChannel(t *testing.T) { utils.License().Features.SetDefaults() utils.SetDefaultRolesBasedOnConfig() - th = Setup().InitBasic().InitSystemAdmin() Client = th.Client team = th.BasicTeam user = th.BasicUser -- cgit v1.2.3-1-g7c22