Skip to content

Commit

Permalink
Run all the integration tests - 2024-10-15 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Oct 16, 2024
1 parent e033580 commit 18ff9b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion json-logs/raw/audit/v1/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,10 @@
"template": [
"template_created",
"template_deleted",
"template_provisioned"
"template_provisioned",
"template_collaborator_added",
"template_collaborator_removed",
"template_updated"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -609,5 +609,8 @@ private Template() {
public static final String template_created = "template_created";
public static final String template_deleted = "template_deleted";
public static final String template_provisioned = "template_provisioned";
public static final String template_collaborator_added = "template_collaborator_added";
public static final String template_collaborator_removed = "template_collaborator_removed";
public static final String template_updated = "template_updated";
}
}

0 comments on commit 18ff9b5

Please sign in to comment.