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, 2 insertions, 1 deletions
diff --git a/app/authorization_test.go b/app/authorization_test.go
index 4d2fdd5a0..c090526c4 100644
--- a/app/authorization_test.go
+++ b/app/authorization_test.go
@@ -10,7 +10,8 @@ import (
)
func TestCheckIfRolesGrantPermission(t *testing.T) {
- Setup()
+ a := Global()
+ a.Setup()
cases := []struct {
roles []string