Skip to content

Commit fb40615

Browse files
committed
auto-fix configs
1 parent d823e5f commit fb40615

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

x-pack/platform/test/alerting_api_integration/common/plugins/alerts/moon.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ dependsOn:
3535
- '@kbn/alerts-as-data-utils'
3636
- '@kbn/data-plugin'
3737
- '@kbn/zod'
38-
- '@kbn/change-history'
3938
tags:
4039
- plugin
4140
- prod

x-pack/platform/test/alerting_api_integration/common/plugins/alerts/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"@kbn/alerts-as-data-utils",
2929
"@kbn/data-plugin",
3030
"@kbn/zod",
31-
"@kbn/change-history",
3231
],
3332
"exclude": [
3433
"target/**/*",

x-pack/solutions/security/plugins/security_solution/server/ui_settings.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ describe('initUiSettings', () => {
2525
const mockExperimentalFeatures = {
2626
enableAlertsAndAttacksAlignment: false,
2727
extendedRuleExecutionLoggingEnabled: false,
28-
newFlyoutSystemEnabled: false,
29-
ruleChangesHistoryEnabled: false,
28+
newFlyoutSystemDisabled: false,
3029
} as ExperimentalFeatures;
3130

3231
beforeEach(() => {

0 commit comments

Comments
 (0)