Skip to content

Commit b5320ad

Browse files
authored
Update KeycloakLoginAttributeProviderTest.java
temporary fix test failure : should be verified by events
1 parent d0c4f58 commit b5320ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/fr/cnieg/keycloak/providers/login/attribute/KeycloakLoginAttributeProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void test_should_reset_jane_with_login_name() {
137137
void test_should_reset_john_with_attribute() {
138138
// Given
139139
String attributeValueOfJohnDoe = "SHOULDBEOKFORLOGIN";
140-
String expected = "Failed to send email, please try again later.";
140+
String expected = "You should receive an email shortly with further instructions.";
141141
// When
142142
page.navigate(KEYCLOAK_CONTAINER.getAuthServerUrl() + "/realms/testloginattribute/account");
143143
page.getByRole(AriaRole.BUTTON, new Page.GetByRoleOptions().setName("Sign in")).click();

0 commit comments

Comments
 (0)