Skip to content

Commit 4f09524

Browse files
committed
fix eslint problem
1 parent 657cbe7 commit 4f09524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/security/server/config_deprecations.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ describe('Config Deprecations', () => {
118118
`);
119119
});
120120

121-
it('renames audit.appender.policy.kind to audit.appender.policy.type', () => {
121+
it('renames audit.appender.strategy.kind to audit.appender.strategy.type', () => {
122122
const config = {
123123
xpack: {
124124
security: {

0 commit comments

Comments
 (0)