Skip to content

Commit

Permalink
Fix an error in Audit Logs API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jan 17, 2025
1 parent bbec9dd commit 2bcc11f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private WorkspaceOrOrg() {
public static final String pref_flag_message_flagger_outcome_notif = "pref.flag_message_flagger_outcome_notif";
public static final String pref_flag_message_author_outcome_notif = "pref.flag_message_author_outcome_notif";
public static final String pref_allow_lists = "pref.allow_lists";
public static final String pref_anomaly_event_response_change = "pref.anomaly_event_response_changed";
public static final String pref_anomaly_event_response_changed = "pref.anomaly_event_response_changed";
public static final String manual_export_downloaded = "manual_export_downloaded";
public static final String manual_export_deleted = "manual_export_deleted";
public static final String scheduled_export_downloaded = "scheduled_export_downloaded";
Expand Down

0 comments on commit 2bcc11f

Please sign in to comment.