Skip to content

Commit

Permalink
Run all the integration tests - 2024-05-07 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 8, 2024
1 parent ede1541 commit 9f8a116
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
3 changes: 2 additions & 1 deletion json-logs/raw/audit/v1/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@
"huddle_participant_left",
"huddle_participant_dropped",
"huddle_screenshare_on",
"huddle_screenshare_off"
"huddle_screenshare_off",
"huddle_knock_accepted"
],
"anomaly": [
"anomaly"
Expand Down
24 changes: 24 additions & 0 deletions json-logs/samples/api/files.completeUploadExternal.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@
"thread_ts": "0000000000.000000",
"latest_reply": "0000000000.000000",
"source": ""
},
{
"reply_users": [
""
],
"reply_users_count": 12345,
"reply_count": 12345,
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": ""
}
],
"C00000001": [
Expand All @@ -65,6 +77,18 @@
"thread_ts": "0000000000.000000",
"latest_reply": "0000000000.000000",
"source": ""
},
{
"reply_users": [
""
],
"reply_users_count": 12345,
"reply_count": 12345,
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": ""
}
]
}
Expand Down
1 change: 1 addition & 0 deletions json-logs/samples/api/search.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -64588,6 +64588,7 @@
"thumb_480_gif": "https://www.example.com/",
"deanimate": "https://www.example.com/",
"deanimate_gif": "https://www.example.com/",
"private_file_with_access_count": 12345,
"attachments": [
{
"msg_subtype": "",
Expand Down
1 change: 1 addition & 0 deletions json-logs/samples/api/search.files.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
"thumb_480_gif": "https://www.example.com/",
"deanimate": "https://www.example.com/",
"deanimate_gif": "https://www.example.com/",
"private_file_with_access_count": 12345,
"attachments": [
{
"msg_subtype": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ private Huddle() {
public static final String huddle_participant_dropped = "huddle_participant_dropped";
public static final String huddle_screenshare_on = "huddle_screenshare_on";
public static final String huddle_screenshare_off = "huddle_screenshare_off";
public static final String huddle_knock_accepted = "huddle_knock_accepted";
}

public static class Anomaly {
Expand Down

0 comments on commit 9f8a116

Please sign in to comment.