Skip to content

Commit

Permalink
udpdate security tests since for new mock defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Apr 14, 2020
1 parent f65fa3a commit 1d85d54
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions x-pack/plugins/security/common/licensing/license_service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ describe('license features', function() {
expect(subscriptionHandler.mock.calls[1]).toMatchInlineSnapshot(`
Array [
Object {
"allowLogin": false,
"allowRbac": false,
"allowRoleDocumentLevelSecurity": false,
"allowRoleFieldLevelSecurity": false,
"allowSubFeaturePrivileges": false,
"showLinks": false,
"showLogin": false,
"showRoleMappingsManagement": false,
"allowLogin": true,
"allowRbac": true,
"allowRoleDocumentLevelSecurity": true,
"allowRoleFieldLevelSecurity": true,
"allowSubFeaturePrivileges": true,
"showLinks": true,
"showLogin": true,
"showRoleMappingsManagement": true,
},
]
`);
Expand Down

0 comments on commit 1d85d54

Please sign in to comment.