Skip to content

Commit fb7a821

Browse files
committed
more json editing
1 parent b4e8b8a commit fb7a821

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

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

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"body": [
1414
{
15-
"text": "...",
15+
"text": "myFirst_Job_: Build #167 Failed",
1616
"weight": "bolder",
17-
"size": "default",
18-
"color": "default",
17+
"size": "large",
18+
"color": "attention",
1919
"type": "TextBlock",
2020
"wrap": true
2121
},
@@ -26,23 +26,27 @@
2626
"type": "Column",
2727
"items": [
2828
{
29-
"type": "TextBlock",
3029
"text": "Notification from myFirst\\_Job\\_: Build Failed",
3130
"weight": "bolder",
31+
"size": "default",
32+
"color": "default",
33+
"type": "TextBlock",
3234
"wrap": true
3335
},
3436
{
35-
"type": "TextBlock",
3637
"text": "Latest status of build #167",
38+
"weight": "default",
39+
"size": "default",
40+
"color": "default",
41+
"type": "TextBlock",
3742
"wrap": true
3843
}
39-
],
40-
"width": "stretch"
44+
]
4145
}
42-
]
46+
],
47+
"width": "stretch"
4348
},
4449
{
45-
"type": "FactSet",
4650
"facts": [
4751
{
4852
"title": "Status",
@@ -60,7 +64,8 @@
6064
"title": "Developers",
6165
"value": "Alice, Mike"
6266
}
63-
]
67+
],
68+
"type": "FactSet"
6469
}
6570
],
6671
"actions": [
@@ -73,4 +78,4 @@
7378
}
7479
}
7580
]
76-
}
81+
}

0 commit comments

Comments
 (0)