Skip to content

Commit

Permalink
Run all the integration tests - 2024-03-06 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Mar 7, 2024
1 parent 8910a17 commit bf2aa06
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
Expand Up @@ -174,7 +174,8 @@
"channel_audit_export_completed",
"channel_audit_export_downloaded",
"domain_email_restricted",
"domain_email_unrestricted"
"domain_email_unrestricted",
"pref.allow_native_gif_picker"
],
"user": [
"custom_tos_accepted",
Expand Down
Expand Up @@ -130,6 +130,7 @@ private WorkspaceOrOrg() {
public static final String pref_atlas_profiles_access_changed = "pref.atlas_profiles_access_changed";
public static final String pref_atlas_org_charts_access_changed = "pref.atlas_org_charts_access_changed";
public static final String pref_mobile_session_duration_changed = "pref.mobile_session_duration_changed";
public static final String pref_allow_native_gif_picker = "pref.allow_native_gif_picker";
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 bf2aa06

Please sign in to comment.