Skip to content

Commit dac2fdf

Browse files
committed
Updating RDN field identifier for LdapRealmTest#*create
1 parent b2abf40 commit dac2fdf

File tree

1 file changed

+2
-2
lines changed
  • tests-configuration-elytron/src/test/java/org/jboss/hal/testsuite/test/configuration/elytron

1 file changed

+2
-2
lines changed

tests-configuration-elytron/src/test/java/org/jboss/hal/testsuite/test/configuration/elytron/LdapRealmTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public void create() throws Exception {
177177
crud.create(ldapRealmAddress(LDAP_RLM_CREATE), table, f -> {
178178
f.text(NAME, LDAP_RLM_CREATE);
179179
f.text(DIR_CONTEXT, DIR_UPDATE);
180-
f.text(RDN_IDENTIFIER, ANY_STRING);
180+
f.text(IDENTITY_MAPPING + RDN_IDENTIFIER, ANY_STRING);
181181
});
182182
}
183183

@@ -187,7 +187,7 @@ public void tryCreate() throws Exception {
187187
TableFragment table = page.getLdapRealmTable();
188188
crud.createWithErrorAndCancelDialog(table, f -> {
189189
f.text(NAME, LDAP_RLM_CREATE);
190-
f.text(RDN_IDENTIFIER, ANY_STRING);
190+
f.text(IDENTITY_MAPPING + RDN_IDENTIFIER, ANY_STRING);
191191
}, DIR_CONTEXT);
192192
}
193193

0 commit comments

Comments
 (0)