Skip to content

Commit

Permalink
Run all the integration tests - 2025-01-15 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jan 16, 2025
1 parent 7adea91 commit 24d0e50
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 @@ -271,7 +271,8 @@
"user_sessions_reset_by_circuit_breaker",
"migration_user_conflict_resolved",
"migration_user_conflict_resolution_deleted",
"external_user_disconnected"
"external_user_disconnected",
"user_sessions_reset_by_anomaly_event_response"
],
"file": [
"file_downloaded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ private User() {
public static final String migration_user_conflict_resolved = "migration_user_conflict_resolved";
public static final String migration_user_conflict_resolution_deleted = "migration_user_conflict_resolution_deleted";
public static final String external_user_disconnected = "external_user_disconnected";
public static final String user_sessions_reset_by_anomaly_event_response = "user_sessions_reset_by_anomaly_event_response";
}

public static class File {
Expand Down

0 comments on commit 24d0e50

Please sign in to comment.