summaryrefslogtreecommitdiffstats
path: root/api/command_loadtest_test.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-02-28 08:52:31 -0800
committer=Corey Hulen <corey@hulen.com>2016-02-28 08:52:31 -0800
commitaafef7ef3cbe2703e0f5354d2736f8ca38039755 (patch)
tree5d97f37132df3617fbfd9f56d70fb1c28dadea19 /api/command_loadtest_test.go
parent20b45a9e1a41cbc589f91d101b5c51d9e60e243d (diff)
downloadchat-aafef7ef3cbe2703e0f5354d2736f8ca38039755.tar.gz
chat-aafef7ef3cbe2703e0f5354d2736f8ca38039755.tar.bz2
chat-aafef7ef3cbe2703e0f5354d2736f8ca38039755.zip
Fixing load test
Diffstat (limited to 'api/command_loadtest_test.go')
-rw-r--r--api/command_loadtest_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/command_loadtest_test.go b/api/command_loadtest_test.go
index 7cb77cf18..1debc766a 100644
--- a/api/command_loadtest_test.go
+++ b/api/command_loadtest_test.go
@@ -201,12 +201,12 @@ func TestLoadTestUrlCommands(t *testing.T) {
t.Fatal("/loadtest url for README.md should've executed")
}
- command = "/loadtest url test-emoticons.md"
+ command = "/loadtest url test-emoticons1.md"
if r := Client.Must(Client.Command(channel.Id, command, false)).Data.(*model.CommandResponse); r.Text != "Loading data..." {
t.Fatal("/loadtest url for test-emoticons.md should've executed")
}
- command = "/loadtest url test-emoticons"
+ command = "/loadtest url test-emoticons1"
if r := Client.Must(Client.Command(channel.Id, command, false)).Data.(*model.CommandResponse); r.Text != "Loading data..." {
t.Fatal("/loadtest url for test-emoticons should've executed")
}