Skip to content

Commit

Permalink
Run all the integration tests - 2024-08-23 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Aug 26, 2024
1 parent 57be31e commit 1f3471e
Show file tree
Hide file tree
Showing 3 changed files with 27 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 @@ -466,7 +466,8 @@
"canvas_converted_to_template",
"canvas_template_used",
"canvas_template_reverted",
"canvas_quip_document_cloned"
"canvas_quip_document_cloned",
"canvas_undeleted"
],
"function": [
"function_distribution_permission_added",
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
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ private Canvas() {
public static final String canvas_template_used = "canvas_template_used";
public static final String canvas_template_reverted = "canvas_template_reverted";
public static final String canvas_quip_document_cloned = "canvas_quip_document_cloned";
public static final String canvas_undeleted = "canvas_undeleted";
}

public static class Function {
Expand Down

0 comments on commit 1f3471e

Please sign in to comment.