We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee97fdb + e082100 commit 9780245Copy full SHA for 9780245
src/test/java/org/graylog/plugins/teams/client/TeamsMessageCardTest.java
@@ -42,7 +42,7 @@ void toJsonString_WithoutDetailMsgAndGraylogURL() throws IOException {
42
"content": {
43
"$schema": "https://adaptivecards.io/schemas/adaptive-card.json",
44
"type": "AdaptiveCard",
45
- "version": "1.2",
+ "version": "1.4",
46
"msteams": { "width": "full" },
47
"body": [
48
{
@@ -84,7 +84,7 @@ void toJsonString_WithGraylogURL() throws IOException {
84
85
86
87
88
89
90
0 commit comments