From b066b6df138e88e75cb40f1ec3e58fbd13e61909 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 Sep 2017 09:19:52 -0500 Subject: Remove global app references (#7433) * remove global app references * test fix * fix api4 test compilation --- app/command_channel_rename_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/command_channel_rename_test.go') diff --git a/app/command_channel_rename_test.go b/app/command_channel_rename_test.go index 96af6e452..070462036 100644 --- a/app/command_channel_rename_test.go +++ b/app/command_channel_rename_test.go @@ -8,8 +8,7 @@ import ( ) func TestRenameProviderDoCommand(t *testing.T) { - a := Global() - th := a.Setup().InitBasic() + th := Setup().InitBasic() rp := RenameProvider{} args := &model.CommandArgs{ -- cgit v1.2.3-1-g7c22