[java-plugin-shibd] branch main updated: Missed test commit.

Codeberg noreply at shibboleth.net
Tue Sep 8 22:47:40 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-plugin-shibd.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/a5a0aaacd6a98d78b844f458e05b31ec1d7b5739

The following commit(s) were added to refs/heads/main by this push:
     new a5a0aaa  Missed test commit.
a5a0aaa is described below

commit a5a0aaacd6a98d78b844f458e05b31ec1d7b5739
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Sep 8 18:47:08 2026 -0400

    Missed test commit.
---
 .../sp/credential/impl/X509CredentialStorageServiceResolverTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sp-server-impl/src/test/java/net/shibboleth/sp/credential/impl/X509CredentialStorageServiceResolverTest.java b/sp-server-impl/src/test/java/net/shibboleth/sp/credential/impl/X509CredentialStorageServiceResolverTest.java
index e1387ad..2a979bf 100644
--- a/sp-server-impl/src/test/java/net/shibboleth/sp/credential/impl/X509CredentialStorageServiceResolverTest.java
+++ b/sp-server-impl/src/test/java/net/shibboleth/sp/credential/impl/X509CredentialStorageServiceResolverTest.java
@@ -187,7 +187,8 @@ public class X509CredentialStorageServiceResolverTest {
         resolver.setStorageService(storage);
         resolver.setVelocityEngine(VelocityEngine.newVelocityEngine());
         resolver.setContextTemplate("idps/$transformedRelyingPartyID");
-        resolver.setUsageMap(Map.of(UsageType.SIGNING, "", UsageType.ENCRYPTION, "", UsageType.UNSPECIFIED, ""));
+        resolver.setPrivateKeyTemplate("sp.key");
+        resolver.setCertificateTemplate("sp.crt");
         resolver.initialize();
         
         X509Credential credential = (X509Credential) resolver.resolveSingle(

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list