[java-identity-provider] branch main updated: Fix test for RHEL 9 FUTURE crypto policy

Ian Young ian at iay.org.uk
Thu Dec 1 09:47:54 UTC 2022


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

iay 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=837e96e5e33dfa42d3764a59657d96174b49e09c

The following commit(s) were added to refs/heads/main by this push:
     new 837e96e5e Fix test for RHEL 9 FUTURE crypto policy
837e96e5e is described below

commit 837e96e5e33dfa42d3764a59657d96174b49e09c
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Dec 1 09:47:52 2022 +0000

    Fix test for RHEL 9 FUTURE crypto policy
---
 .../java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java
index f587606d0..6ff3ad6bd 100644
--- a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java
+++ b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java
@@ -40,7 +40,7 @@ import net.shibboleth.shared.spring.httpclient.resource.HTTPResource;
 @SuppressWarnings("javadoc")
 public class PluginCLITest extends BasePluginTest {
     
-    private final String PLUGIN_DISTRO = "https://shibboleth.net/downloads/identity-provider/plugins/metadatagen/1.0.0/idp-plugin-metadatagen-dist-1.0.0.tar.gz";
+    private final String PLUGIN_DISTRO = "http://test.shibboleth.net/downloads/identity-provider/plugins/metadatagen/1.0.0/idp-plugin-metadatagen-dist-1.0.0.tar.gz";
     
     private final String PLUGIN_ID = "net.shibboleth.idp.plugin.metadatagen";
 

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


More information about the commits mailing list