Skip to content

Commit

Permalink
Run all the integration tests - 2023-06-12 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jun 13, 2023
1 parent 25cd87e commit 638d0a9
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 66 deletions.
128 changes: 64 additions & 64 deletions json-logs/samples/api/files.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,82 @@
"ok": false,
"files": [
{
"id": "",
"id": "F00000000",
"created": 12345,
"timestamp": 12345,
"name": "",
"title": "",
"subject": "",
"mimetype": "",
"filetype": "",
"pretty_type": "",
"user": "",
"user_team": "",
"source_team": "",
"mode": "",
"user": "U00000000",
"user_team": "T00000000",
"editable": false,
"size": 12345,
"mode": "",
"is_external": false,
"external_type": "",
"is_public": false,
"public_url_shared": false,
"display_as_bot": false,
"username": "",
"url_private": "https://www.example.com/",
"url_private_download": "https://www.example.com/",
"permalink": "https://www.example.com/",
"permalink_public": "https://www.example.com/",
"edit_link": "https://www.example.com/",
"preview": "",
"preview_highlight": "",
"lines": 12345,
"lines_more": 12345,
"preview_is_truncated": false,
"channels": [
""
],
"groups": [
""
],
"ims": [
""
],
"comments_count": 12345,
"media_display_type": "",
"thumb_64": "https://www.example.com/",
"thumb_80": "https://www.example.com/",
"thumb_360": "https://www.example.com/",
"thumb_360_w": 12345,
"thumb_360_h": 12345,
"thumb_160": "https://www.example.com/",
"original_w": 12345,
"original_h": 12345,
"thumb_tiny": "",
"alt_txt": "",
"thumb_800": "https://www.example.com/",
"thumb_800_w": 12345,
"thumb_800_h": 12345,
"thumb_480": "https://www.example.com/",
"thumb_480_w": 12345,
"thumb_480_h": 12345,
"thumb_720": "https://www.example.com/",
"thumb_720_w": 12345,
"thumb_720_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,
"thumb_360_gif": "https://www.example.com/",
"thumb_480_gif": "https://www.example.com/",
"deanimate": "https://www.example.com/",
"deanimate_gif": "https://www.example.com/",
"subject": "",
"source_team": "",
"non_owner_editable": false,
"editor": "",
"last_editor": "",
"updated": 12345,
"file_access": "",
"alt_txt": "",
"subtype": "",
"transcription": {
"status": "",
Expand All @@ -36,91 +92,36 @@
"thumb_video_w": 12345,
"thumb_video_h": 12345,
"original_attachment_count": 12345,
"is_external": false,
"external_type": "",
"external_id": "",
"external_url": "",
"username": "",
"size": 12345,
"url_private": "",
"url_private_download": "",
"app_id": "",
"app_name": "",
"thumb_64": "",
"thumb_64_gif": "",
"thumb_64_w": "",
"thumb_64_h": "",
"thumb_80": "",
"thumb_80_gif": "",
"thumb_80_w": "",
"thumb_80_h": "",
"thumb_160": "",
"thumb_160_gif": "",
"thumb_160_w": "",
"thumb_160_h": "",
"thumb_360": "",
"thumb_360_gif": "",
"thumb_360_w": "",
"thumb_360_h": "",
"thumb_480": "",
"thumb_480_gif": "",
"thumb_480_w": "",
"thumb_480_h": "",
"thumb_720": "",
"thumb_720_gif": "",
"thumb_720_w": "",
"thumb_720_h": "",
"thumb_800": "",
"thumb_800_gif": "",
"thumb_800_w": "",
"thumb_800_h": "",
"thumb_960": "",
"thumb_960_gif": "",
"thumb_960_w": "",
"thumb_960_h": "",
"thumb_1024": "",
"thumb_1024_gif": "",
"thumb_1024_w": "",
"thumb_1024_h": "",
"thumb_video": "",
"thumb_gif": "",
"thumb_pdf": "",
"thumb_pdf_w": "",
"thumb_pdf_h": "",
"thumb_tiny": "",
"converted_pdf": "",
"image_exif_rotation": 12345,
"original_w": "",
"original_h": "",
"deanimate": "",
"deanimate_gif": "",
"pjpeg": "",
"permalink": "",
"permalink_public": "",
"edit_link": "",
"has_rich_preview": false,
"media_display_type": "",
"preview_is_truncated": false,
"preview": "",
"preview_highlight": "",
"plain_text": "",
"preview_plain_text": "",
"has_more": false,
"sent_to_self": false,
"lines": 12345,
"lines_more": 12345,
"is_public": false,
"public_url_shared": false,
"display_as_bot": false,
"channels": [
""
],
"groups": [
""
],
"ims": [
""
],
"shares": {
"public": {
"C00000000": [
Expand Down Expand Up @@ -253,8 +254,7 @@
],
"url": ""
}
],
"comments_count": 12345
]
}
],
"paging": {
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/search.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -6976,7 +6976,8 @@
}
},
"channels": [
"C00000000"
"C00000000",
""
],
"groups": [
""
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/search.files.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
}
},
"channels": [
"C00000000"
"C00000000",
""
],
"groups": [
""
Expand Down

0 comments on commit 638d0a9

Please sign in to comment.