Skip to content

Commit

Permalink
Run all the integration tests - 2025-02-13 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Feb 14, 2025
1 parent 2343153 commit 98875f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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 @@ -231,7 +231,8 @@
"security_settings_export_started",
"security_settings_export_completed",
"slack_ai_message_rewriter",
"slack_ai_message_translation_generated"
"slack_ai_message_translation_generated",
"audit_logs_records_searched_anomaly"
],
"user": [
"custom_tos_accepted",
Expand Down
3 changes: 1 addition & 2 deletions json-logs/samples/api/conversations.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
""
],
"user": [
"W00000000",
"U00000000"
"W00000000"
]
},
"threads_restricted_to": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ private WorkspaceOrOrg() {
public static final String slack_ai_message_translation_generated = "slack_ai_message_translation_generated";
public static final String security_settings_export_started = "security_settings_export_started";
public static final String security_settings_export_completed = "security_settings_export_completed";
public static final String audit_logs_records_searched_anomaly = "audit_logs_records_searched_anomaly";
}

public static class User {
Expand Down

0 comments on commit 98875f8

Please sign in to comment.