summaryrefslogtreecommitdiffstats
path: root/api/command_loadtest_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_loadtest_test.go')
-rw-r--r--api/command_loadtest_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/command_loadtest_test.go b/api/command_loadtest_test.go
index fb5fcb20a..e7c8f1e3f 100644
--- a/api/command_loadtest_test.go
+++ b/api/command_loadtest_test.go
@@ -8,8 +8,8 @@ import (
"testing"
"time"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
func TestLoadTestHelpCommands(t *testing.T) {
@@ -141,7 +141,7 @@ func TestLoadTestUrlCommands(t *testing.T) {
// t.Fatal("/loadtest url with invalid url should've failed")
//}
//
- //command = "/loadtest url https://raw.githubusercontent.com/mattermost/platform/master/README.md"
+ //command = "/loadtest url https://raw.githubusercontent.com/mattermost/mattermost-server/master/README.md"
//if r := Client.Must(Client.Command(channel.Id, command, false)).Data.(*model.CommandResponse); r.Text != "Loaded data" {
// t.Fatal("/loadtest url for README.md should've executed")
//}