Fix broken assertion in Cypress tests (#25389)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
d829534237
commit
9afa5f86ec
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ const userImportingDisabledFailMessage =
|
|||
"User federation provider could not be saved: Can not disable Importing users when LDAP provider mode is UNSYNCED";
|
||||
|
||||
const ldapTestSuccessMsg = "Successfully connected to LDAP";
|
||||
const ldapTestFailMsg = "Error when trying to connect to LDAP: 'SocketReset'";
|
||||
const ldapTestFailMsg =
|
||||
"Error when trying to connect to LDAP: 'CommunicationError'";
|
||||
|
||||
describe("User Federation LDAP tests", () => {
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Reference in a new issue