Skip to content

Commit

Permalink
Run all the integration tests - 2023-10-09 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Oct 10, 2023
1 parent c6ebbea commit 94d43b0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 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 @@ -165,7 +165,8 @@
"pref.two_factor_prevent_sms_changed",
"apps_analytics_export_started",
"apps_analytics_export_prepared",
"pref.canvas_retention_changed"
"pref.canvas_retention_changed",
"audit_logs_export_json_started"
],
"user": [
"custom_tos_accepted",
Expand Down
4 changes: 3 additions & 1 deletion json-logs/samples/api/admin.apps.activities.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"user_id": "W00000000",
"channel_id": "C00000000"
}
}
},
"channel_id": "C00000000",
"bot_user_id": "U00000000"
},
"created": 12345,
"trace_id": ""
Expand Down
3 changes: 1 addition & 2 deletions json-logs/samples/api/search.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -57849,8 +57849,7 @@
}
},
"channels": [
"C00000000",
""
"C00000000"
],
"groups": [
""
Expand Down
3 changes: 1 addition & 2 deletions json-logs/samples/api/search.files.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@
}
},
"channels": [
"C00000000",
""
"C00000000"
],
"groups": [
""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ private WorkspaceOrOrg() {
public static final String bulk_session_reset_by_admin = "bulk_session_reset_by_admin";
public static final String export_private_channel_analytics_created = "export_private_channel_analytics_created";
public static final String audit_logs_export_csv_started = "audit_logs_export_csv_started";
public static final String audit_logs_export_json_started = "audit_logs_export_json_started";
public static final String audit_logs_records_searched = "audit_logs_records_searched";
public static final String apps_analytics_export_started = "apps_analytics_export_started";
public static final String apps_analytics_export_prepared = "apps_analytics_export_prepared";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public static class Payload {
private String workflowName;
private String type;
private String actor;
private String channelId;
private String botUserId;
private String error; // "restricted_action" etc.
private String errorExtended;
private String functionId; // "Fn0106" etc.
Expand Down

0 comments on commit 94d43b0

Please sign in to comment.