diff --git a/testsuite/integration-arquillian/tests/other/sssd/src/test/java/org/keycloak/testsuite/sssd/SSSDTest.java b/testsuite/integration-arquillian/tests/other/sssd/src/test/java/org/keycloak/testsuite/sssd/SSSDTest.java
index d670f4a..f0be67f 100644
--- a/testsuite/integration-arquillian/tests/other/sssd/src/test/java/org/keycloak/testsuite/sssd/SSSDTest.java
+++ b/testsuite/integration-arquillian/tests/other/sssd/src/test/java/org/keycloak/testsuite/sssd/SSSDTest.java
@@ -190,7 +190,7 @@ public class SSSDTest extends AbstractKeycloakTest {
profilePage.updateProfile("New first", "New last", "new@email.com");
- Assert.assertEquals("You can't update your account as it is read only.", profilePage.getError());
+ Assert.assertEquals("You can't update your account as it is read-only.", profilePage.getError());
}
@Test