mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[test fix] - Adds authentication_realm and lookup_realm to the list of expected keys (#26470)
* adds authentication_realm and lookup_realm to the list of expected keys * update saml tests
This commit is contained in:
parent
5b667e2345
commit
7248d23095
2 changed files with 12 additions and 4 deletions
|
@ -100,7 +100,9 @@ export default function ({ getService }) {
|
|||
'roles',
|
||||
'scope',
|
||||
'metadata',
|
||||
'enabled'
|
||||
'enabled',
|
||||
'authentication_realm',
|
||||
'lookup_realm',
|
||||
]);
|
||||
expect(apiResponse.body.username).to.be(validUsername);
|
||||
});
|
||||
|
@ -137,7 +139,9 @@ export default function ({ getService }) {
|
|||
'roles',
|
||||
'scope',
|
||||
'metadata',
|
||||
'enabled'
|
||||
'enabled',
|
||||
'authentication_realm',
|
||||
'lookup_realm',
|
||||
]);
|
||||
expect(apiResponse.body.username).to.be(validUsername);
|
||||
});
|
||||
|
|
|
@ -132,7 +132,9 @@ export default function ({ getService }) {
|
|||
'roles',
|
||||
'scope',
|
||||
'metadata',
|
||||
'enabled'
|
||||
'enabled',
|
||||
'authentication_realm',
|
||||
'lookup_realm',
|
||||
]);
|
||||
|
||||
expect(apiResponse.body.username).to.be('a@b.c');
|
||||
|
@ -171,7 +173,9 @@ export default function ({ getService }) {
|
|||
'roles',
|
||||
'scope',
|
||||
'metadata',
|
||||
'enabled'
|
||||
'enabled',
|
||||
'authentication_realm',
|
||||
'lookup_realm',
|
||||
]);
|
||||
|
||||
expect(apiResponse.body.username).to.be('a@b.c');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue