Skip to content

Commit 335cac2

Browse files
authored
Merge pull request #449 from seratch/run-tests-2020-05-07
Run all the integration tests (2020-05-07)
2 parents 3328be4 + 868baa8 commit 335cac2

File tree

11 files changed

+86
-7
lines changed

11 files changed

+86
-7
lines changed

json-logs/samples/api/channels.history.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,41 @@
11371137
"permalink_public": "https://www.example.com/",
11381138
"is_starred": false,
11391139
"has_rich_preview": false
1140+
},
1141+
{
1142+
"id": "F00000000",
1143+
"created": 12345,
1144+
"timestamp": 12345,
1145+
"name": "",
1146+
"title": "",
1147+
"mimetype": "",
1148+
"filetype": "",
1149+
"pretty_type": "",
1150+
"user": "U00000000",
1151+
"editable": false,
1152+
"size": 12345,
1153+
"mode": "",
1154+
"is_external": false,
1155+
"external_type": "",
1156+
"is_public": false,
1157+
"public_url_shared": false,
1158+
"display_as_bot": false,
1159+
"username": "",
1160+
"url_private": "https://www.example.com/",
1161+
"url_private_download": "https://www.example.com/",
1162+
"thumb_64": "https://www.example.com/",
1163+
"thumb_80": "https://www.example.com/",
1164+
"thumb_360": "https://www.example.com/",
1165+
"thumb_360_w": 12345,
1166+
"thumb_360_h": 12345,
1167+
"thumb_160": "https://www.example.com/",
1168+
"image_exif_rotation": 12345,
1169+
"original_w": 12345,
1170+
"original_h": 12345,
1171+
"permalink": "https://www.example.com/",
1172+
"permalink_public": "https://www.example.com/",
1173+
"is_starred": false,
1174+
"has_rich_preview": false
11401175
}
11411176
],
11421177
"upload": false,

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@
558558
},
559559
"use_browser_picker": false,
560560
"filepicker_app_first_install": false,
561-
"created_with_google": false
561+
"created_with_google": false,
562+
"enterprise_has_corporate_exports": false
562563
},
563564
"icon": {
564565
"image_34": "https://www.example.com/",

json-logs/samples/api/search.all.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
""
3737
],
3838
"is_pending_ext_shared": false,
39-
"user": "U00000000"
39+
"user": "U00000000",
40+
"name_normalized": ""
4041
},
4142
"type": "",
4243
"username": "",
@@ -62,6 +63,7 @@
6263
"color": "",
6364
"pretext": "",
6465
"service_url": "",
66+
"author_id": "",
6567
"author_name": "",
6668
"author_link": "",
6769
"author_icon": "",
@@ -158,6 +160,7 @@
158160
"service_url": "",
159161
"service_name": "",
160162
"service_icon": "",
163+
"author_id": "",
161164
"author_name": "",
162165
"author_link": "",
163166
"author_icon": "",
@@ -273,6 +276,7 @@
273276
"color": "",
274277
"pretext": "",
275278
"service_url": "",
279+
"author_id": "",
276280
"author_name": "",
277281
"author_link": "",
278282
"author_icon": "",
@@ -616,6 +620,7 @@
616620
"service_url": "",
617621
"service_name": "",
618622
"service_icon": "",
623+
"author_id": "",
619624
"author_name": "",
620625
"author_link": "",
621626
"author_icon": "",
@@ -969,6 +974,7 @@
969974
"service_url": "",
970975
"service_name": "",
971976
"service_icon": "",
977+
"author_id": "",
972978
"author_name": "",
973979
"author_link": "",
974980
"author_icon": "",

json-logs/samples/api/search.messages.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
""
3737
],
3838
"is_pending_ext_shared": false,
39-
"user": "U00000000"
39+
"user": "U00000000",
40+
"name_normalized": ""
4041
},
4142
"type": "",
4243
"username": "",
@@ -62,6 +63,7 @@
6263
"color": "",
6364
"pretext": "",
6465
"service_url": "",
66+
"author_id": "",
6567
"author_name": "",
6668
"author_link": "",
6769
"author_icon": "",
@@ -158,6 +160,7 @@
158160
"service_url": "",
159161
"service_name": "",
160162
"service_icon": "",
163+
"author_id": "",
161164
"author_name": "",
162165
"author_link": "",
163166
"author_icon": "",
@@ -630,6 +633,7 @@
630633
"service_url": "",
631634
"service_name": "",
632635
"service_icon": "",
636+
"author_id": "",
633637
"author_name": "",
634638
"author_link": "",
635639
"author_icon": "",
@@ -742,6 +746,7 @@
742746
"service_url": "",
743747
"service_name": "",
744748
"service_icon": "",
749+
"author_id": "",
745750
"author_name": "",
746751
"author_link": "",
747752
"author_icon": "",

json-logs/samples/api/users.conversations.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,27 @@
3232
"topic": "",
3333
"root": {
3434
"text": "",
35+
"user": "",
3536
"username": "",
37+
"team": "",
3638
"bot_id": "",
3739
"mrkdwn": false,
3840
"type": "",
3941
"subtype": "",
4042
"thread_ts": "",
43+
"bot_profile": {
44+
"id": "",
45+
"deleted": false,
46+
"name": "",
47+
"updated": 123,
48+
"app_id": "",
49+
"icons": {
50+
"image_36": "",
51+
"image_48": "",
52+
"image_72": ""
53+
},
54+
"team_id": ""
55+
},
4156
"reply_count": 123,
4257
"reply_users_count": 123,
4358
"latest_reply": "",
@@ -69,6 +84,7 @@
6984
"unread_count_display": 123,
7085
"user": "",
7186
"priority": 12.3,
87+
"date_connected": 123,
7288
"parent_conversation": "",
7389
"conversation_host_id": "",
7490
"is_channel": false,

json-logs/samples/rtm/SubteamCreatedEvent.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
""
2727
]
2828
},
29-
"user_count": ""
29+
"user_count": 123,
30+
"channel_count": 123
3031
},
3132
"event_ts": ""
3233
}

json-logs/samples/rtm/SubteamUpdatedEvent.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
""
2727
]
2828
},
29-
"user_count": ""
29+
"user_count": 123,
30+
"channel_count": 123
3031
},
3132
"event_ts": ""
3233
}

json-logs/samples/scim/v1/Groups.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,9 @@
6969
"location": "https://www.example.com/"
7070
}
7171
}
72-
]
72+
],
73+
"Errors": {
74+
"description": "",
75+
"code": 12345
76+
}
7377
}

json-logs/samples/scim/v1/Users.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,9 @@
106106
"manager": {}
107107
}
108108
}
109-
]
109+
],
110+
"Errors": {
111+
"description": "",
112+
"code": 12345
113+
}
110114
}

json-logs/samples/scim/v1/Users/00000000000.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,9 @@
6464
],
6565
"urn:scim:schemas:extension:enterprise:1.0": {
6666
"manager": {}
67+
},
68+
"Errors": {
69+
"description": "",
70+
"code": 12345
6771
}
6872
}

0 commit comments

Comments
 (0)