Skip to content

Commit 6a2cc3a

Browse files
committed
Run all the integration tests - 2022-04-04 PT
1 parent 5b0d876 commit 6a2cc3a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

json-logs/samples/api/files.list.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
"thumb_1024": "https://www.example.com/",
7171
"thumb_1024_w": 12345,
7272
"thumb_1024_h": 12345,
73+
"thumb_pdf": "https://www.example.com/",
74+
"thumb_pdf_w": 12345,
75+
"thumb_pdf_h": 12345,
76+
"converted_pdf": "https://www.example.com/",
7377
"subject": "",
7478
"non_owner_editable": false,
7579
"editor": "",
@@ -107,10 +111,6 @@
107111
"thumb_1024_gif": "",
108112
"thumb_video": "",
109113
"thumb_gif": "",
110-
"thumb_pdf": "",
111-
"thumb_pdf_w": "",
112-
"thumb_pdf_h": "",
113-
"converted_pdf": "",
114114
"image_exif_rotation": 12345,
115115
"pjpeg": "",
116116
"has_rich_preview": false,

json-logs/samples/api/rtm.start.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,10 @@
805805
"slack_connect_account_visibility": "",
806806
"rich_previews_default": "",
807807
"sign_in_with_slack_default": "",
808-
"mobile_session_duration": 12345
808+
"mobile_session_duration": 12345,
809+
"uneditable_user_profile_fields": [
810+
""
811+
]
809812
},
810813
"icon": {
811814
"image_102": "https://www.example.com/",

0 commit comments

Comments
 (0)