Skip to content

Commit 9780245

Browse files
authored
Merge pull request #238 from hidapple/234-fix-test-version
#234 fixed test - AdaptiveCard version
2 parents ee97fdb + e082100 commit 9780245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/graylog/plugins/teams/client/TeamsMessageCardTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void toJsonString_WithoutDetailMsgAndGraylogURL() throws IOException {
4242
"content": {
4343
"$schema": "https://adaptivecards.io/schemas/adaptive-card.json",
4444
"type": "AdaptiveCard",
45-
"version": "1.2",
45+
"version": "1.4",
4646
"msteams": { "width": "full" },
4747
"body": [
4848
{
@@ -84,7 +84,7 @@ void toJsonString_WithGraylogURL() throws IOException {
8484
"content": {
8585
"$schema": "https://adaptivecards.io/schemas/adaptive-card.json",
8686
"type": "AdaptiveCard",
87-
"version": "1.2",
87+
"version": "1.4",
8888
"msteams": { "width": "full" },
8989
"body": [
9090
{

0 commit comments

Comments
 (0)