summaryrefslogtreecommitdiffstats
path: root/app/oauth_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/oauth_test.go')
-rw-r--r--app/oauth_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/oauth_test.go b/app/oauth_test.go
index 349cc4a9c..6a8ea7123 100644
--- a/app/oauth_test.go
+++ b/app/oauth_test.go
@@ -6,8 +6,8 @@ package app
import (
"testing"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
func TestOAuthRevokeAccessToken(t *testing.T) {