summaryrefslogtreecommitdiffstats
path: root/store/sql_command_webhook_store_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_command_webhook_store_test.go')
-rw-r--r--store/sql_command_webhook_store_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/sql_command_webhook_store_test.go b/store/sql_command_webhook_store_test.go
index 2215a4263..3236915dd 100644
--- a/store/sql_command_webhook_store_test.go
+++ b/store/sql_command_webhook_store_test.go
@@ -8,7 +8,7 @@ import (
"net/http"
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
func TestCommandWebhookStore(t *testing.T) {