[java-opensaml] branch main updated: Missed a test fix.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 20 15:09:30 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=2e8aba8ffe1c316ad1fdc46e0664adc16d084e67
The following commit(s) were added to refs/heads/main by this push:
new 2e8aba8ff Missed a test fix.
2e8aba8ff is described below
commit 2e8aba8ffe1c316ad1fdc46e0664adc16d084e67
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 20 11:09:27 2023 -0400
Missed a test fix.
---
.../saml/security/impl/InlineSelfEncryptionParametersStrategyTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/security/impl/InlineSelfEncryptionParametersStrategyTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/security/impl/InlineSelfEncryptionParametersStrategyTest.java
index 94eda99b8..313f9c6c2 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/security/impl/InlineSelfEncryptionParametersStrategyTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/security/impl/InlineSelfEncryptionParametersStrategyTest.java
@@ -139,7 +139,7 @@ public class InlineSelfEncryptionParametersStrategyTest extends OpenSAMLInitBase
rsaParams.setDigestMethod(EncryptionConstants.ALGO_ID_DIGEST_SHA256);
selfConfig.setRSAOAEPParameters(rsaParams);
selfConfig.setRSAOAEPParametersMerge(true);
- return CollectionSupport.listOf(selfConfig, SecurityConfigurationSupport.getGlobalEncryptionConfiguration());
+ return CollectionSupport.listOf(selfConfig, SecurityConfigurationSupport.ensureGlobalEncryptionConfiguration());
}};
final InlineSelfEncryptionParametersStrategy strategy = new InlineSelfEncryptionParametersStrategy(credResolver, paramsResolver, configStrategy);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list