Skip to content

Commit

Permalink
Fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
jportner committed Oct 7, 2021
1 parent db435e5 commit 54997ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions x-pack/plugins/security/server/config_deprecations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@ describe('Config Deprecations', () => {

it('renames security.showInsecureClusterWarning to xpack.security.showInsecureClusterWarning', () => {
const config = {
xpack: {
security: {
session: { idleTimeout: 123, lifespan: 345 },
},
},
security: {
showInsecureClusterWarning: false,
},
Expand Down

0 comments on commit 54997ef

Please sign in to comment.