Skip to content

Commit 725c693

Browse files
renovate[bot]arnou
andauthored
chore(deps): update dependency com.github.dasniko:testcontainers-keycloak to v3.9.0 (#361)
* chore(deps): update dependency com.github.dasniko:testcontainers-keycloak to v3.9.0 * Update KeycloakLoginAttributeProviderTest.java temporary fix test failure : should be verified by events * Update KeycloakLoginAttributeProviderTest.java fix temporary test failure --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dominique Arnou <dominique.arnou@gmail.com>
1 parent 72111b7 commit 725c693

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<central-publishing-maven-plugin.version>0.9.0</central-publishing-maven-plugin.version>
2626
<flatten-maven-plugin.version>1.7.3</flatten-maven-plugin.version>
2727
<compiler-maven-plugin.version>3.14.1</compiler-maven-plugin.version>
28-
<testcontainers-keycloak.version>3.7.0</testcontainers-keycloak.version>
28+
<testcontainers-keycloak.version>3.9.0</testcontainers-keycloak.version>
2929
<rest-assured.version>5.3.2</rest-assured.version>
3030
<slf4j-simple.version>2.0.17</slf4j-simple.version>
3131
<playwright.version>1.56.0</playwright.version>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void test_user_bill_should_be_locked_after_two_attempts_with_attribute() {
122122
void test_should_reset_jane_with_login_name() {
123123
// Given
124124
String username = "janedoe";
125-
String expected = "Failed to send email, please try again later.";
125+
String expected = "You should receive an email shortly with further instructions.";
126126
// When
127127
page.navigate(KEYCLOAK_CONTAINER.getAuthServerUrl() + "/realms/testloginattribute/account");
128128
page.getByRole(AriaRole.BUTTON, new Page.GetByRoleOptions().setName("Sign in")).click();
@@ -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)