KEYCLOAK-12062 AccountLinkSpringBootTest is failing
This commit is contained in:
parent
0a9d058b81
commit
3c3667d81e
1 changed files with 2 additions and 2 deletions
|
@ -214,7 +214,7 @@ public class AccountLinkSpringBootTest extends AbstractSpringBootTest {
|
|||
// now test CSRF with bad hash.
|
||||
navigateTo(linkUrl);
|
||||
|
||||
assertThat(driver.getPageSource(), containsString("We're sorry..."));
|
||||
assertThat(driver.getPageSource(), containsString("We are sorry..."));
|
||||
|
||||
logoutAll();
|
||||
|
||||
|
|
Loading…
Reference in a new issue