Skip to content

Commit e43f3d7

Browse files
committed
Fix tests
1 parent dd6bc6f commit e43f3d7

10 files changed

Lines changed: 22 additions & 22 deletions

json-logs/samples/app-backend/interactive-components/BlockActionPayload.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,8 @@
673673
"thumb_height": 123,
674674
"video_url": "",
675675
"video_html": "",
676-
"video_html_width": 123,
677-
"video_html_height": 123,
676+
"video_html_width": 12.3,
677+
"video_html_height": 12.3,
678678
"footer": "",
679679
"footer_icon": "",
680680
"ts": "",

json-logs/samples/app-backend/interactive-components/MessageShortcutPayload.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,8 @@
642642
"thumb_height": 123,
643643
"video_url": "",
644644
"video_html": "",
645-
"video_html_width": 123,
646-
"video_html_height": 123,
645+
"video_html_width": 12.3,
646+
"video_html_height": 12.3,
647647
"footer": "",
648648
"footer_icon": "",
649649
"ts": "",

json-logs/samples/events/MessageBotPayload.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,8 @@
667667
"thumb_height": 123,
668668
"video_url": "",
669669
"video_html": "",
670-
"video_html_width": 123,
671-
"video_html_height": 123,
670+
"video_html_width": 12.3,
671+
"video_html_height": 12.3,
672672
"footer": "",
673673
"footer_icon": "",
674674
"ts": "",

json-logs/samples/events/MessageChangedPayload.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,8 @@
683683
"thumb_height": 123,
684684
"video_url": "",
685685
"video_html": "",
686-
"video_html_width": 123,
687-
"video_html_height": 123,
686+
"video_html_width": 12.3,
687+
"video_html_height": 12.3,
688688
"footer": "",
689689
"footer_icon": "",
690690
"ts": "",
@@ -1502,8 +1502,8 @@
15021502
"thumb_height": 123,
15031503
"video_url": "",
15041504
"video_html": "",
1505-
"video_html_width": 123,
1506-
"video_html_height": 123,
1505+
"video_html_width": 12.3,
1506+
"video_html_height": 12.3,
15071507
"footer": "",
15081508
"footer_icon": "",
15091509
"ts": "",

json-logs/samples/events/MessageDeletedPayload.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,8 @@
670670
"thumb_height": 123,
671671
"video_url": "",
672672
"video_html": "",
673-
"video_html_width": 123,
674-
"video_html_height": 123,
673+
"video_html_width": 12.3,
674+
"video_html_height": 12.3,
675675
"footer": "",
676676
"footer_icon": "",
677677
"ts": "",

json-logs/samples/events/MessageEkmAccessDeniedPayload.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,8 @@
660660
"thumb_height": 123,
661661
"video_url": "",
662662
"video_html": "",
663-
"video_html_width": 123,
664-
"video_html_height": 123,
663+
"video_html_width": 12.3,
664+
"video_html_height": 12.3,
665665
"footer": "",
666666
"footer_icon": "",
667667
"ts": "",

json-logs/samples/events/MessageFileSharePayload.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,8 @@
657657
"thumb_height": 123,
658658
"video_url": "",
659659
"video_html": "",
660-
"video_html_width": 123,
661-
"video_html_height": 123,
660+
"video_html_width": 12.3,
661+
"video_html_height": 12.3,
662662
"footer": "",
663663
"footer_icon": "",
664664
"ts": "",

json-logs/samples/events/MessagePayload.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,8 +674,8 @@
674674
"thumb_height": 123,
675675
"video_url": "",
676676
"video_html": "",
677-
"video_html_width": 123,
678-
"video_html_height": 123,
677+
"video_html_width": 12.3,
678+
"video_html_height": 12.3,
679679
"footer": "",
680680
"footer_icon": "",
681681
"ts": "",

json-logs/samples/events/MessageRepliedPayload.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,8 @@
669669
"thumb_height": 123,
670670
"video_url": "",
671671
"video_html": "",
672-
"video_html_width": 123,
673-
"video_html_height": 123,
672+
"video_html_width": 12.3,
673+
"video_html_height": 12.3,
674674
"footer": "",
675675
"footer_icon": "",
676676
"ts": "",

json-logs/samples/events/MessageThreadBroadcastPayload.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,8 @@
735735
"thumb_height": 123,
736736
"video_url": "",
737737
"video_html": "",
738-
"video_html_width": 123,
739-
"video_html_height": 123,
738+
"video_html_width": 12.3,
739+
"video_html_height": 12.3,
740740
"footer": "",
741741
"footer_icon": "",
742742
"ts": "",

0 commit comments

Comments
 (0)