From 3f0325fd223dcb3a6eec92f772df1e7541ab0b2b Mon Sep 17 00:00:00 2001 From: thoemy Date: Thu, 12 May 2016 14:30:44 +0200 Subject: Fix parsing attachment field links into markdown (#2958) (#2959) Field contents are stored in 'value' not 'text'. --- tests/test-slack-attachments.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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": "" } ], "mrkdwn_in": [ -- cgit v1.2.3-1-g7c22