Skip to content

Commit 5b2533e

Browse files
committed
auto-fix configs
1 parent 4207363 commit 5b2533e

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
@@ -27,8 +27,7 @@ describe('initUiSettings', () => {
2727
const mockExperimentalFeatures = {
2828
enableAlertsAndAttacksAlignment: false,
2929
extendedRuleExecutionLoggingEnabled: false,
30-
newFlyoutSystemEnabled: false,
31-
ruleChangesHistoryEnabled: false,
30+
newFlyoutSystemDisabled: false,
3231
} as ExperimentalFeatures;
3332

3433
beforeEach(() => {

0 commit comments

Comments
 (0)