summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2017-06-23 13:36:13 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-06-23 13:36:13 -0400
commit647d5b1b4590d24e43f627d063cae1b48c06192b (patch)
treed38904b03a1d96c07ece3baa37609716fd99ae90 /api
parentca8d57c4dbfe839db28b583caa7d599c0cfc023a (diff)
downloadchat-647d5b1b4590d24e43f627d063cae1b48c06192b.tar.gz
chat-647d5b1b4590d24e43f627d063cae1b48c06192b.tar.bz2
chat-647d5b1b4590d24e43f627d063cae1b48c06192b.zip
Fix places where we still refer to "/loadtest" (#6732)
* Update README.md * Update developer_settings.jsx * Update command_loadtest_test.go
Diffstat (limited to 'api')
-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 46fd985d1..fb5fcb20a 100644
--- a/api/command_loadtest_test.go
+++ b/api/command_loadtest_test.go
@@ -17,7 +17,7 @@ func TestLoadTestHelpCommands(t *testing.T) {
Client := th.BasicClient
channel := th.BasicChannel
- // enable testing to use /loadtest but don't save it since we don't want to overwrite config.json
+ // enable testing to use /test but don't save it since we don't want to overwrite config.json
enableTesting := utils.Cfg.ServiceSettings.EnableTesting
defer func() {
utils.Cfg.ServiceSettings.EnableTesting = enableTesting
@@ -80,7 +80,7 @@ func TestLoadTestChannelsCommands(t *testing.T) {
Client := th.BasicClient
channel := th.BasicChannel
- // enable testing to use /loadtest but don't save it since we don't want to overwrite config.json
+ // enable testing to use /test but don't save it since we don't want to overwrite config.json
enableTesting := utils.Cfg.ServiceSettings.EnableTesting
defer func() {
utils.Cfg.ServiceSettings.EnableTesting = enableTesting
@@ -101,7 +101,7 @@ func TestLoadTestPostsCommands(t *testing.T) {
Client := th.BasicClient
channel := th.BasicChannel
- // enable testing to use /loadtest but don't save it since we don't want to overwrite config.json
+ // enable testing to use /test but don't save it since we don't want to overwrite config.json
enableTesting := utils.Cfg.ServiceSettings.EnableTesting
defer func() {
utils.Cfg.ServiceSettings.EnableTesting = enableTesting