Skip to content

Commit

Permalink
Merge pull request #21697 from amanda-ariyaratne/master
Browse files Browse the repository at this point in the history
Improve user update integration test
  • Loading branch information
amanda-ariyaratne authored Nov 14, 2024
2 parents ea982a2 + 22a80a8 commit 8c3f21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class SCIM2CustomSchemaMeTestCase extends SCIM2BaseTest {
private static final String MANAGER_EMAIL_CLAIM_ATTRIBUTE_URI =
MANAGER_CLAIM_ATTRIBUTE_URI + "." + MANAGER_EMAIL_CLAIM_ATTRIBUTE_NAME;
private static final String MANAGER_LOCAL_CLAIM_URI = "http://wso2.org/claims/manager";
private static final String MANAGER_EMAIL_LOCAL_CLAIM_URI = "http://wso2.org/claims/emailaddress";
private static final String MANAGER_EMAIL_LOCAL_CLAIM_URI = "http://wso2.org/claims/emails.work";
private static final String MANAGER_EMAIL_LOCAL_CLAIM_VALUE = "[email protected]";
private static final String MANAGER_EMAIL_LOCAL_CLAIM_VALUE_AFTER_REPLACE = "[email protected]";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class SCIM2CustomSchemaUserTestCase extends SCIM2BaseTest {
private static final String MANAGER_EMAIL_CLAIM_ATTRIBUTE_URI =
MANAGER_CLAIM_ATTRIBUTE_URI + "." + MANAGER_EMAIL_CLAIM_ATTRIBUTE_NAME;
private static final String MANAGER_LOCAL_CLAIM_URI = "http://wso2.org/claims/manager";
private static final String MANAGER_EMAIL_LOCAL_CLAIM_URI = "http://wso2.org/claims/emailaddress";
private static final String MANAGER_EMAIL_LOCAL_CLAIM_URI = "http://wso2.org/claims/emails.work";
private static final String MANAGER_EMAIL_LOCAL_CLAIM_VALUE = "[email protected]";
private static final String MANAGER_EMAIL_LOCAL_CLAIM_VALUE_AFTER_REPLACE = "[email protected]";
private static final String MANAGER_EMAIL_LOCAL_CLAIM_VALUE_AFTER_ADD = "[email protected]";
Expand Down

0 comments on commit 8c3f21e

Please sign in to comment.