summaryrefslogtreecommitdiffstats
path: root/api4/job_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/job_test.go')
-rw-r--r--api4/job_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api4/job_test.go b/api4/job_test.go
index 50ce0bef6..9ccde42dc 100644
--- a/api4/job_test.go
+++ b/api4/job_test.go
@@ -7,8 +7,8 @@ import (
"strings"
"testing"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/store"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/store"
)
func TestCreateJob(t *testing.T) {