Skip to content

Commit b4e8b8a

Browse files
committed
editing JSON format to match expected output
1 parent 850e957 commit b4e8b8a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/test/resources/requests/completed-failed-with-mentions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,18 @@
1212
},
1313
"body": [
1414
{
15-
"type": "TextBlock",
16-
"text": "myFirst_Job_: Build #167 Failed",
15+
"text": "...",
1716
"weight": "bolder",
18-
"size": "large",
19-
"color": "attention",
17+
"size": "default",
18+
"color": "default",
19+
"type": "TextBlock",
2020
"wrap": true
2121
},
2222
{
2323
"type": "ColumnSet",
2424
"columns": [
2525
{
2626
"type": "Column",
27-
"width": "stretch",
2827
"items": [
2928
{
3029
"type": "TextBlock",
@@ -37,7 +36,8 @@
3736
"text": "Latest status of build #167",
3837
"wrap": true
3938
}
40-
]
39+
],
40+
"width": "stretch"
4141
}
4242
]
4343
},
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"title": "Committers",
57-
"value": "<at>alice@example.com</at>, <at>mike@example.com</at>"
57+
"value": "\u003cat\u003ealice@example.com\u003c/at\u003e, \u003cat\u003emike@example.com\u003c/at\u003e"
5858
},
5959
{
6060
"title": "Developers",

0 commit comments

Comments
 (0)