summaryrefslogtreecommitdiffstats
path: root/api/webhook_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/webhook_test.go')
-rw-r--r--api/webhook_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/webhook_test.go b/api/webhook_test.go
index c84aee992..efc482828 100644
--- a/api/webhook_test.go
+++ b/api/webhook_test.go
@@ -8,8 +8,8 @@ import (
"net/http"
"testing"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
func TestCreateIncomingHook(t *testing.T) {