summaryrefslogtreecommitdiffstats
path: root/app/authorization_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/authorization_test.go')
-rw-r--r--app/authorization_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/authorization_test.go b/app/authorization_test.go
index 6ff5d551b..279bf17dc 100644
--- a/app/authorization_test.go
+++ b/app/authorization_test.go
@@ -10,8 +10,7 @@ import (
)
func TestCheckIfRolesGrantPermission(t *testing.T) {
- a := Global()
- a.Setup()
+ Setup()
cases := []struct {
roles []string