summaryrefslogtreecommitdiffstats
path: root/store/sql_oauth_store_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_oauth_store_test.go')
-rw-r--r--store/sql_oauth_store_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/sql_oauth_store_test.go b/store/sql_oauth_store_test.go
index afd75d6e5..49bb26b5c 100644
--- a/store/sql_oauth_store_test.go
+++ b/store/sql_oauth_store_test.go
@@ -6,7 +6,7 @@ package store
import (
"testing"
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
func TestOAuthStoreSaveApp(t *testing.T) {