Skip to content

Commit

Permalink
Run all the integration tests - 2024-09-05 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Sep 6, 2024
1 parent bf9f0f9 commit f3e1d45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion json-logs/raw/audit/v1/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,13 @@
"pref.flag_message_flagger_outcome_notif",
"pref.flag_message_author_outcome_notif",
"workflow_analytics_export_started",
"pref.allow_lists"
"pref.allow_lists",
"seamless_auth_org_update",
"seamless_auth_org_disconnected",
"seamless_auth_team_token_created",
"seamless_auth_team_token_revoked",
"seamless_auth_user_token_created",
"seamless_auth_user_token_revoked"
],
"user": [
"custom_tos_accepted",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,12 @@ private WorkspaceOrOrg() {
public static final String team_accepted_migration_intent = "team_accepted_migration_intent";
public static final String team_declined_migration_intent = "team_declined_migration_intent";
public static final String workflow_analytics_export_started = "workflow_analytics_export_started";
public static final String seamless_auth_org_update = "seamless_auth_org_update";
public static final String seamless_auth_org_disconnected = "seamless_auth_org_disconnected";
public static final String seamless_auth_team_token_created = "seamless_auth_team_token_created";
public static final String seamless_auth_team_token_revoked = "seamless_auth_team_token_revoked";
public static final String seamless_auth_user_token_created = "seamless_auth_user_token_created";
public static final String seamless_auth_user_token_revoked = "seamless_auth_user_token_revoked";
}

public static class User {
Expand Down

0 comments on commit f3e1d45

Please sign in to comment.