summaryrefslogtreecommitdiffstats
path: root/api/auto_constants.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-06-22 15:11:47 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-06-22 15:11:47 -0400
commitdca7bd7c829e101075214e5a877fe75a5e6414e9 (patch)
tree221435fb8a45b5d33b41bdca96d8f9466f61d8a3 /api/auto_constants.go
parentff9b4b818dc466e5646418cfd4548177e834f5d8 (diff)
parent172f05d216218ad1481d763691f14476680623b7 (diff)
downloadchat-dca7bd7c829e101075214e5a877fe75a5e6414e9.tar.gz
chat-dca7bd7c829e101075214e5a877fe75a5e6414e9.tar.bz2
chat-dca7bd7c829e101075214e5a877fe75a5e6414e9.zip
Merge pull request #47 from mattermost/image-cleanup
HELIUM - Changing test images
Diffstat (limited to 'api/auto_constants.go')
-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"}
)