From 07777f5ff9e0bde26abd0288164e5f73b6da992a Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 4 Oct 2017 13:09:41 -0700 Subject: Fix races / finally remove global app for good (#7570) * finally remove global app for good * test compilation fixes * fix races * fix deadlock * wake up write pump so it doesn't take forever to clean up --- app/authorization_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/authorization_test.go') diff --git a/app/authorization_test.go b/app/authorization_test.go index 279bf17dc..375b279dc 100644 --- a/app/authorization_test.go +++ b/app/authorization_test.go @@ -10,8 +10,6 @@ import ( ) func TestCheckIfRolesGrantPermission(t *testing.T) { - Setup() - cases := []struct { roles []string permissionId string -- cgit v1.2.3-1-g7c22