Skip to content

Commit

Permalink
Run all the integration tests - 2024-05-29 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 30, 2024
1 parent a906d9c commit 8e63663
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 @@ -394,7 +394,8 @@
"usergroup_add_to_team_enqueued",
"usergroup_remove_from_team_enqueued",
"usergroup_updated",
"usergroup_update_enqueued"
"usergroup_update_enqueued",
"usergroup_section_updated"
],
"role": [
"role_assigned",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ private Subteam() {
public static final String usergroup_remove_from_team_enqueued = "usergroup_remove_from_team_enqueued";
public static final String usergroup_updated = "usergroup_updated";
public static final String usergroup_update_enqueued = "usergroup_update_enqueued";
public static final String usergroup_section_updated = "usergroup_section_updated";
}

public static class AccountTypeRole {
Expand Down

0 comments on commit 8e63663

Please sign in to comment.