Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 21, 2024
1 parent dd6bc6f commit e43f3d7
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,8 @@
"thumb_height": 123,
"video_url": "",
"video_html": "",
"video_html_width": 123,
"video_html_height": 123,
"video_html_width": 12.3,
"video_html_height": 12.3,
"footer": "",
"footer_icon": "",
"ts": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,8 @@
"thumb_height": 123,
"video_url": "",
"video_html": "",
"video_html_width": 123,
"video_html_height": 123,
"video_html_width": 12.3,
"video_html_height": 12.3,
"footer": "",
"footer_icon": "",
"ts": "",
Expand Down
4 changes: 2 additions & 2 deletions json-logs/samples/events/MessageBotPayload.json
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,8 @@
"thumb_height": 123,
"video_url": "",
"video_html": "",
"video_html_width": 123,
"video_html_height": 123,
"video_html_width": 12.3,
"video_html_height": 12.3,
"footer": "",
"footer_icon": "",
"ts": "",
Expand Down
8 changes: 4 additions & 4 deletions json-logs/samples/events/MessageChangedPayload.json
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,8 @@
"thumb_height": 123,
"video_url": "",
"video_html": "",
"video_html_width": 123,
"video_html_height": 123,
"video_html_width": 12.3,
"video_html_height": 12.3,
"footer": "",
"footer_icon": "",
"ts": "",
Expand Down Expand Up @@ -1502,8 +1502,8 @@
"thumb_height": 123,
"video_url": "",
"video_html": "",
"video_html_width": 123,
"video_html_height": 123,
"video_html_width": 12.3,
"video_html_height": 12.3,
"footer": "",
"footer_icon": "",
"ts": "",
Expand Down
4 changes: 2 additions & 2 deletions json-logs/samples/events/MessageDeletedPayload.json
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,8 @@
"thumb_height": 123,
"video_url": "",
"video_html": "",
"video_html_width": 123,
"video_html_height": 123,
"video_html_width": 12.3,
"video_html_height": 12.3,
"footer": "",
"footer_icon": "",
"ts": "",
Expand Down
4 changes: 2 additions & 2 deletions json-logs/samples/events/MessageEkmAccessDeniedPayload.json
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@
"thumb_height": 123,
"video_url": "",
"video_html": "",
"video_html_width": 123,
"video_html_height": 123,
"video_html_width": 12.3,
"video_html_height": 12.3,
"footer": "",
"footer_icon": "",
"ts": "",
Expand Down
4 changes: 2 additions & 2 deletions json-logs/samples/events/MessageFileSharePayload.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,8 @@
"thumb_height": 123,
"video_url": "",
"video_html": "",
"video_html_width": 123,
"video_html_height": 123,
"video_html_width": 12.3,
"video_html_height": 12.3,
"footer": "",
"footer_icon": "",
"ts": "",
Expand Down
4 changes: 2 additions & 2 deletions json-logs/samples/events/MessagePayload.json
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,8 @@
"thumb_height": 123,
"video_url": "",
"video_html": "",
"video_html_width": 123,
"video_html_height": 123,
"video_html_width": 12.3,
"video_html_height": 12.3,
"footer": "",
"footer_icon": "",
"ts": "",
Expand Down
4 changes: 2 additions & 2 deletions json-logs/samples/events/MessageRepliedPayload.json
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,8 @@
"thumb_height": 123,
"video_url": "",
"video_html": "",
"video_html_width": 123,
"video_html_height": 123,
"video_html_width": 12.3,
"video_html_height": 12.3,
"footer": "",
"footer_icon": "",
"ts": "",
Expand Down
4 changes: 2 additions & 2 deletions json-logs/samples/events/MessageThreadBroadcastPayload.json
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,8 @@
"thumb_height": 123,
"video_url": "",
"video_html": "",
"video_html_width": 123,
"video_html_height": 123,
"video_html_width": 12.3,
"video_html_height": 12.3,
"footer": "",
"footer_icon": "",
"ts": "",
Expand Down

0 comments on commit e43f3d7

Please sign in to comment.