[java-identity-provider] branch main updated: Fix Test
Rod Widdowson
rdw at steadingsoftware.com
Thu Nov 24 14:10:30 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c4d9b8e32cf40930cbd28d612c3ee6541eb67a2c
The following commit(s) were added to refs/heads/main by this push:
new c4d9b8e32 Fix Test
c4d9b8e32 is described below
commit c4d9b8e32cf40930cbd28d612c3ee6541eb67a2c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Nov 24 14:10:18 2022 +0000
Fix Test
---
idp-conf/src/test/resources/mapping/configs/attribute-filter.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/test/resources/mapping/configs/attribute-filter.xml b/idp-conf/src/test/resources/mapping/configs/attribute-filter.xml
index 0d9edc7f1..03c9d3901 100644
--- a/idp-conf/src/test/resources/mapping/configs/attribute-filter.xml
+++ b/idp-conf/src/test/resources/mapping/configs/attribute-filter.xml
@@ -22,7 +22,7 @@
xsi:type="ANY" />
<AttributeRule attributeID="IdPEA1" id="ra2release">
- <PermitValueRule xsi:type="MappedAttributeInMetadata" />
+ <PermitValueRule xsi:type="AttributeInMetadata" />
</AttributeRule>
</AttributeFilterPolicy>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list