summaryrefslogtreecommitdiffstats
path: root/app/diagnostics_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/diagnostics_test.go')
-rw-r--r--app/diagnostics_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/diagnostics_test.go b/app/diagnostics_test.go
index 3fc1a0396..0d8bb613e 100644
--- a/app/diagnostics_test.go
+++ b/app/diagnostics_test.go
@@ -12,7 +12,7 @@ import (
"testing"
"time"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/utils"
)
func newTestServer() (chan string, *httptest.Server) {