Skip to content

Commit

Permalink
Run all the integration tests - 2024-12-17 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Dec 18, 2024
1 parent 2fd93db commit 8dc1416
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
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 @@ -505,7 +505,8 @@
"canvas_quip_document_cloned",
"canvas_undeleted",
"canvas_restricted_sharing_enabled",
"canvas_restricted_sharing_disabled"
"canvas_restricted_sharing_disabled",
"canvas_converted_to_standalone"
],
"function": [
"function_distribution_permission_added",
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/usergroups.disable.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"channel_count": 12345,
"users": [
"W00000000"
]
],
"is_section": false
},
"error": "",
"needed": "",
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/usergroups.enable.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"channel_count": 12345,
"users": [
""
]
],
"is_section": false
},
"error": "",
"needed": "",
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/usergroups.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"channel_count": 12345,
"users": [
""
]
],
"is_section": false
},
"error": "",
"needed": "",
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/usergroups.users.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"users": [
"U00000000"
],
"channel_count": 12345
"channel_count": 12345,
"is_section": false
},
"error": "",
"needed": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ private Canvas() {
public static final String canvas_undeleted = "canvas_undeleted";
public static final String canvas_restricted_sharing_enabled = "canvas_restricted_sharing_enabled";
public static final String canvas_restricted_sharing_disabled = "canvas_restricted_sharing_disabled";
public static final String canvas_converted_to_standalone = "canvas_converted_to_standalone";
}

public static class Function {
Expand Down

0 comments on commit 8dc1416

Please sign in to comment.