Skip to content

Commit

Permalink
Run all the integration tests - 2022-11-08 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 8, 2022
1 parent c2d42a6 commit 4de8ac3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion json-logs/samples/api/conversations.open.json
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,8 @@
"unread_count_display": 12345,
"is_open": false,
"priority": 12345,
"context_team_id": "T00000000"
"context_team_id": "T00000000",
"updated": 12345
},
"no_op": false,
"already_open": false,
Expand Down
8 changes: 4 additions & 4 deletions json-logs/samples/api/files.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,25 @@
"thumb_480_gif": "https://www.example.com/",
"deanimate": "https://www.example.com/",
"deanimate_gif": "https://www.example.com/",
"thumb_800": "https://www.example.com/",
"thumb_800_w": 12345,
"thumb_800_h": 12345,
"thumb_720": "https://www.example.com/",
"thumb_720_w": 12345,
"thumb_720_h": 12345,
"thumb_800": "https://www.example.com/",
"thumb_800_w": 12345,
"thumb_800_h": 12345,
"thumb_960": "https://www.example.com/",
"thumb_960_w": 12345,
"thumb_960_h": 12345,
"thumb_1024": "https://www.example.com/",
"thumb_1024_w": 12345,
"thumb_1024_h": 12345,
"alt_txt": "",
"subject": "",
"non_owner_editable": false,
"editor": "",
"last_editor": "",
"updated": 12345,
"file_access": "",
"alt_txt": "",
"subtype": "",
"transcription": {
"status": "",
Expand Down

0 comments on commit 4de8ac3

Please sign in to comment.