summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-06-22 11:27:21 -0800
committer=Corey Hulen <corey@hulen.com>2015-06-22 11:27:21 -0800
commit4989b88f67933a795dd05d10fedc8605201360f2 (patch)
tree0f8a9e42abf1e688b39f7d5dec8030f7303f0e6d /api
parent2db275a0d051fcfae293626a655d4e71d147ca4f (diff)
parent1db9422966908ecc9ef6ef455f83fbb0a623825b (diff)
downloadchat-4989b88f67933a795dd05d10fedc8605201360f2.tar.gz
chat-4989b88f67933a795dd05d10fedc8605201360f2.tar.bz2
chat-4989b88f67933a795dd05d10fedc8605201360f2.zip
Merge branch 'master' of https://github.com/mattermost/platform
Diffstat (limited to 'api')
-rw-r--r--api/auto_constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/auto_constants.go b/api/auto_constants.go
index 7af90a5f1..3f8831055 100644
--- a/api/auto_constants.go
+++ b/api/auto_constants.go
@@ -32,5 +32,5 @@ var (
POST_MESSAGE_LEN = utils.Range{100, 400}
POST_HASHTAGS_NUM = utils.Range{5, 10}
POST_MENTIONS_NUM = utils.Range{0, 3}
- TEST_IMAGE_FILENAMES = []string{"test.png", "salamander.jpg", "toothless.gif"}
+ TEST_IMAGE_FILENAMES = []string{"test.png", "testjpg.jpg", "testgif.gif"}
)