Skip to content

Commit a9c1141

Browse files
Update test case
1 parent 274d8fc commit a9c1141

File tree

1 file changed

+1
-1
lines changed
  • modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/scim2

1 file changed

+1
-1
lines changed

modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/scim2/SCIM2UserTestCase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public void testFilterUser() throws Exception {
309309
validateFilteredUser(USER_NAME_ATTRIBUTE, CONTAINS, USERNAME.substring(2, 4));
310310
validateFilteredUser(USER_NAME_ATTRIBUTE, STARTWITH, USERNAME.substring(0, 3));
311311
validateFilteredUser(USER_NAME_ATTRIBUTE, ENDWITH, USERNAME.substring(4, USERNAME.length()));
312-
validateFilteredUserByEmailAddresses(EMAIL_ADDRESSES_ATTRIBUTE, CONTAINS, EMAIL_TYPE_WORK_CLAIM_VALUE);
312+
validateFilteredUserByEmailAddresses(EMAIL_ADDRESSES_ATTRIBUTE, CONTAINS, EMAIL_TYPE_HOME_CLAIM_VALUE);
313313
}
314314

315315
private void validateFilteredUser(String attributeName, String operator, String attributeValue) throws IOException {

0 commit comments

Comments
 (0)