mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Fix broken assertion in Cypress tests (#25389)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
834fdaa494
commit
87753adb08
@ -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…
x
Reference in New Issue
Block a user