summaryrefslogtreecommitdiffstats
path: root/api/oauth_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/oauth_test.go')
-rw-r--r--api/oauth_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/oauth_test.go b/api/oauth_test.go
index ffabf9414..ac253246a 100644
--- a/api/oauth_test.go
+++ b/api/oauth_test.go
@@ -12,9 +12,9 @@ import (
"strings"
"testing"
- "github.com/mattermost/platform/einterfaces"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/einterfaces"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
func TestOAuthRegisterApp(t *testing.T) {