Skip to content

Commit

Permalink
Run all the integration tests - 2024-11-26 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 28, 2024
1 parent 0a5deb9 commit 85e640e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion json-logs/raw/audit/v1/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,9 @@
"channel_tab_removed",
"external_shared_channel_host_transferred",
"channel_template_provisioned",
"record_channel_channel_type_conversion"
"record_channel_channel_type_conversion",
"featured_workflow_added",
"featured_workflow_removed"
],
"app": [
"app_installed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ private Channel() {
public static final String external_shared_channel_host_transferred = "external_shared_channel_host_transferred";
public static final String channel_template_provisioned = "channel_template_provisioned";
public static final String record_channel_channel_type_conversion = "record_channel_channel_type_conversion";
public static final String featured_workflow_added = "featured_workflow_added";
public static final String featured_workflow_removed = "featured_workflow_removed";
}

public static class App {
Expand Down

0 comments on commit 85e640e

Please sign in to comment.