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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/authorization_test.go b/app/authorization_test.go
index c090526c4..6ff5d551b 100644
--- a/app/authorization_test.go
+++ b/app/authorization_test.go
@@ -6,7 +6,7 @@ package app
import (
"testing"
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
func TestCheckIfRolesGrantPermission(t *testing.T) {