summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorthoemy <thoemy@gmx.net>2016-05-12 14:30:44 +0200
committerChristopher Speller <crspeller@gmail.com>2016-05-12 12:04:12 -0400
commit97450762dbb8323756d0f52cc7b59b86d0319b97 (patch)
tree51706e6b866d8fc86d4702091ab4fd687f672c04 /tests
parentd9f724f959e86e417e274f50b249b39acaf81a79 (diff)
downloadchat-97450762dbb8323756d0f52cc7b59b86d0319b97.tar.gz
chat-97450762dbb8323756d0f52cc7b59b86d0319b97.tar.bz2
chat-97450762dbb8323756d0f52cc7b59b86d0319b97.zip
Fix parsing attachment field links into markdown (#2958) (#2959)
Field contents are stored in 'value' not 'text'.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-slack-attachments.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-slack-attachments.json b/tests/test-slack-attachments.json
index 1c499b4ca..3787eb143 100644
--- a/tests/test-slack-attachments.json
+++ b/tests/test-slack-attachments.json
@@ -39,6 +39,11 @@
"short": true,
"title": "Short 2",
"value": "Another one"
+ },
+ {
+ "short": true,
+ "title": "Field with link",
+ "value": "<http://example.com|Link>"
}
],
"mrkdwn_in": [