Skip to content

Commit 3dfba33

Browse files
committed
Run all the integration tests - 2024-03-18 PT
1 parent c43e227 commit 3dfba33

File tree

5 files changed

+5
-33
lines changed

5 files changed

+5
-33
lines changed

json-logs/raw/audit/v1/actions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@
285285
"public_channel_preview",
286286
"external_shared_channel_access_downgraded",
287287
"private_channel_converted_to_public",
288-
"record_channel_archive"
288+
"record_channel_archive",
289+
"record_channel_unarchive"
289290
],
290291
"app": [
291292
"app_installed",

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,6 @@
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": ""
6452
}
6553
],
6654
"C00000001": [
@@ -77,18 +65,6 @@
7765
"thread_ts": "0000000000.000000",
7866
"latest_reply": "0000000000.000000",
7967
"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": ""
9268
}
9369
]
9470
}

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64466,7 +64466,6 @@
6446664466
"ts": "0000000000.000000",
6446764467
"channel_name": "",
6446864468
"team_id": "T00000000",
64469-
"access": "",
6447064469
"share_user_id": "U00000000",
6447164470
"source": ""
6447264471
}
@@ -64489,7 +64488,6 @@
6448964488
"ts": "0000000000.000000",
6449064489
"channel_name": "",
6449164490
"team_id": "T00000000",
64492-
"access": "",
6449364491
"share_user_id": "U00000000",
6449464492
"source": ""
6449564493
}
@@ -64562,8 +64560,7 @@
6456264560
"sent_to_self": false,
6456364561
"bot_id": "B00000000",
6456464562
"editors": [
64565-
"",
64566-
"U00000000"
64563+
""
6456764564
],
6456864565
"url_static_preview": "https://www.example.com/",
6456964566
"quip_thread_id": "",

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
"ts": "0000000000.000000",
8585
"channel_name": "",
8686
"team_id": "T00000000",
87-
"access": "",
8887
"share_user_id": "U00000000",
8988
"source": ""
9089
}
@@ -107,7 +106,6 @@
107106
"ts": "0000000000.000000",
108107
"channel_name": "",
109108
"team_id": "T00000000",
110-
"access": "",
111109
"share_user_id": "U00000000",
112110
"source": ""
113111
}
@@ -180,8 +178,7 @@
180178
"sent_to_self": false,
181179
"bot_id": "B00000000",
182180
"editors": [
183-
"",
184-
"U00000000"
181+
""
185182
],
186183
"url_static_preview": "https://www.example.com/",
187184
"quip_thread_id": "",

slack-api-client/src/main/java/com/slack/api/audit/Actions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ private Channel() {
309309
public static final String public_channel_preview = "public_channel_preview";
310310
public static final String private_channel_converted_to_public = "private_channel_converted_to_public";
311311
public static final String record_channel_archive = "record_channel_archive";
312+
public static final String record_channel_unarchive = "record_channel_unarchive";
312313
}
313314

314315
public static class App {

0 commit comments

Comments
 (0)