Skip to content

Commit a1f447f

Browse files
committed
Run all the integration tests - 2024-02-27 PT
1 parent 18da1ab commit a1f447f

File tree

4 files changed

+30
-9
lines changed

4 files changed

+30
-9
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@
4949
"thread_ts": "0000000000.000000",
5050
"latest_reply": "0000000000.000000",
5151
"source": ""
52+
},
53+
{
54+
"reply_users": [
55+
""
56+
],
57+
"reply_users_count": 12345,
58+
"reply_count": 12345,
59+
"ts": "0000000000.000000",
60+
"channel_name": "",
61+
"team_id": "T00000000",
62+
"share_user_id": "U00000000",
63+
"source": ""
5264
}
5365
],
5466
"C00000001": [
@@ -65,6 +77,18 @@
6577
"thread_ts": "0000000000.000000",
6678
"latest_reply": "0000000000.000000",
6779
"source": ""
80+
},
81+
{
82+
"reply_users": [
83+
""
84+
],
85+
"reply_users_count": 12345,
86+
"reply_count": 12345,
87+
"ts": "0000000000.000000",
88+
"channel_name": "",
89+
"team_id": "T00000000",
90+
"share_user_id": "U00000000",
91+
"source": ""
6892
}
6993
]
7094
}

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64467,8 +64467,7 @@
6446764467
"channel_name": "",
6446864468
"team_id": "T00000000",
6446964469
"share_user_id": "U00000000",
64470-
"source": "",
64471-
"access": ""
64470+
"source": ""
6447264471
}
6447364472
],
6447464473
"C00000001": [
@@ -64490,8 +64489,7 @@
6449064489
"channel_name": "",
6449164490
"team_id": "T00000000",
6449264491
"share_user_id": "U00000000",
64493-
"source": "",
64494-
"access": ""
64492+
"source": ""
6449564493
}
6449664494
]
6449764495
}

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@
8585
"channel_name": "",
8686
"team_id": "T00000000",
8787
"share_user_id": "U00000000",
88-
"source": "",
89-
"access": ""
88+
"source": ""
9089
}
9190
],
9291
"C00000001": [
@@ -108,8 +107,7 @@
108107
"channel_name": "",
109108
"team_id": "T00000000",
110109
"share_user_id": "U00000000",
111-
"source": "",
112-
"access": ""
110+
"source": ""
113111
}
114112
]
115113
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
"is_primary_owner": false
8282
},
8383
"is_invited_user": false,
84-
"is_connector_bot": false
84+
"is_connector_bot": false,
85+
"two_factor_type": ""
8586
}
8687
],
8788
"cache_ts": 12345,

0 commit comments

Comments
 (0)