Skip to content

Commit 104c70f

Browse files
committed
Run all the integration tests - 2023-06-13 PT
1 parent 638d0a9 commit 104c70f

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@
2323
"username": "",
2424
"url_private": "https://www.example.com/",
2525
"url_private_download": "https://www.example.com/",
26+
"media_display_type": "",
2627
"permalink": "https://www.example.com/",
2728
"permalink_public": "https://www.example.com/",
28-
"edit_link": "https://www.example.com/",
29-
"preview": "",
30-
"preview_highlight": "",
31-
"lines": 12345,
32-
"lines_more": 12345,
33-
"preview_is_truncated": false,
3429
"channels": [
30+
"C00000000",
3531
""
3632
],
3733
"groups": [
@@ -41,7 +37,12 @@
4137
""
4238
],
4339
"comments_count": 12345,
44-
"media_display_type": "",
40+
"edit_link": "https://www.example.com/",
41+
"preview": "",
42+
"preview_highlight": "",
43+
"lines": 12345,
44+
"lines_more": 12345,
45+
"preview_is_truncated": false,
4546
"thumb_64": "https://www.example.com/",
4647
"thumb_80": "https://www.example.com/",
4748
"thumb_360": "https://www.example.com/",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
}
3737
],
3838
"photos": [
39+
{
40+
"value": "https://www.example.com/",
41+
"type": ""
42+
},
3943
{
4044
"value": "",
4145
"type": ""
@@ -77,6 +81,10 @@
7781
"manager": {}
7882
},
7983
"groups": [
84+
{
85+
"value": "S00000000",
86+
"display": ""
87+
},
8088
{
8189
"value": "",
8290
"display": ""

0 commit comments

Comments
 (0)