Skip to content

Commit

Permalink
Run all the integration tests - 2024-07-25 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jul 26, 2024
1 parent ba36084 commit afd9e35
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -193,7 +193,8 @@
"quip_migration_org_mapping_removed",
"quip_migration_org_mapping_added",
"organization_channel_audit_export_enabled",
"workspace_channel_audit_export_enabled"
"workspace_channel_audit_export_enabled",
"organization_created_migration_intent"
],
"user": [
"custom_tos_accepted",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ private WorkspaceOrOrg() {
public static final String quip_migration_org_mapping_added = "quip_migration_org_mapping_added";
public static final String organization_channel_audit_export_enabled = "organization_channel_audit_export_enabled";
public static final String workspace_channel_audit_export_enabled = "workspace_channel_audit_export_enabled";
public static final String organization_created_migration_intent = "organization_created_migration_intent";
}

public static class User {
Expand Down

0 comments on commit afd9e35

Please sign in to comment.