Skip to content

Commit

Permalink
KEYCLOAK-8919 - SSSDTest updated error message in assert
Browse files Browse the repository at this point in the history
  • Loading branch information
pdrozd authored and hmlnarik committed Nov 29, 2018
1 parent 1b8dc04 commit bfafe65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public void changeReadOnlyProfile() throws Exception {

profilePage.updateProfile("New first", "New last", "[email protected]");

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
Expand Down

0 comments on commit bfafe65

Please sign in to comment.