summaryrefslogtreecommitdiffstats
path: root/api4/webhook_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/webhook_test.go')
-rw-r--r--api4/webhook_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api4/webhook_test.go b/api4/webhook_test.go
index 28b98bf42..aa263d47f 100644
--- a/api4/webhook_test.go
+++ b/api4/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 TestCreateIncomingWebhook(t *testing.T) {