Skip to content

Commit

Permalink
Run all the integration tests - 2024-10-01 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Oct 2, 2024
1 parent d085a0e commit 11e46d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion json-logs/raw/audit/v1/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@
"seamless_auth_team_token_revoked",
"seamless_auth_user_token_created",
"seamless_auth_user_token_revoked",
"migration_checklist_item_completed"
"migration_checklist_item_completed",
"seamless_auth_org_created",
"seamless_auth_org_updated"
],
"user": [
"custom_tos_accepted",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ private WorkspaceOrOrg() {
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 final String seamless_auth_org_created = "seamless_auth_org_created";
public static final String seamless_auth_org_updated = "seamless_auth_org_updated";
public static final String migration_checklist_item_completed = "migration_checklist_item_completed";
}

Expand Down

0 comments on commit 11e46d0

Please sign in to comment.