Skip to content

Commit

Permalink
updating jest tests and moving security dependency to optional in rul…
Browse files Browse the repository at this point in the history
…e registry
  • Loading branch information
yctercero authored and dhurley14 committed Jul 7, 2021
1 parent 367de7b commit 05d420e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2034,6 +2034,7 @@ describe('AlertingAuthorization', () => {
"defaultActionGroupId": "default",
"enabledInLicense": true,
"id": "myOtherAppAlertType",
"isExportable": true,
"minimumLicenseRequired": "basic",
"name": "myOtherAppAlertType",
"producer": "alerts",
Expand Down Expand Up @@ -2107,6 +2108,7 @@ describe('AlertingAuthorization', () => {
"defaultActionGroupId": "default",
"enabledInLicense": true,
"id": "myOtherAppAlertType",
"isExportable": true,
"minimumLicenseRequired": "basic",
"name": "myOtherAppAlertType",
"producer": "alerts",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/rule_registry/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"requiredPlugins": [
"alerting",
"data",
"security",
"spaces",
"triggersActionsUi"
],
"optionalPlugins": ["security"],
"server": true
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05d420e

Please sign in to comment.