Skip to content

Commit

Permalink
Jest test snapshot update
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-shostak committed Nov 29, 2024
1 parent fc2db23 commit b4fc800
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/plugins/security/server/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ describe('Security Plugin', () => {
"checkPrivilegesDynamicallyWithRequest": [Function],
"checkPrivilegesWithRequest": [Function],
"checkSavedObjectsPrivilegesWithRequest": [Function],
"getClusterClient": [Function],
"getCurrentUser": [Function],
"mode": Object {
"useRbacForRequest": [Function],
},
Expand Down Expand Up @@ -210,6 +212,8 @@ describe('Security Plugin', () => {
"checkPrivilegesDynamicallyWithRequest": [Function],
"checkPrivilegesWithRequest": [Function],
"checkSavedObjectsPrivilegesWithRequest": [Function],
"getClusterClient": [Function],
"getCurrentUser": [Function],
"mode": Object {
"useRbacForRequest": [Function],
},
Expand Down

0 comments on commit b4fc800

Please sign in to comment.