[java-plugin-shibd] branch main updated: Turn off IdP update checking in flow tests.

Codeberg noreply at shibboleth.net
Wed May 20 15:47:06 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/a94702db9541f8f7a90ee2f8158f6b19d887ddfd

The following commit(s) were added to refs/heads/main by this push:
     new a94702d  Turn off IdP update checking in flow tests.
a94702d is described below

commit a94702db9541f8f7a90ee2f8158f6b19d887ddfd
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed May 20 11:46:32 2026 -0400

    Turn off IdP update checking in flow tests.
---
 .../sp/flows/TestSPEnvironmentApplicationContextInitializer.java        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sp-conf-impl/src/test/java/net/shibboleth/sp/flows/TestSPEnvironmentApplicationContextInitializer.java b/sp-conf-impl/src/test/java/net/shibboleth/sp/flows/TestSPEnvironmentApplicationContextInitializer.java
index 21bd025..285d0ff 100644
--- a/sp-conf-impl/src/test/java/net/shibboleth/sp/flows/TestSPEnvironmentApplicationContextInitializer.java
+++ b/sp-conf-impl/src/test/java/net/shibboleth/sp/flows/TestSPEnvironmentApplicationContextInitializer.java
@@ -34,6 +34,8 @@ public class TestSPEnvironmentApplicationContextInitializer extends TestEnvironm
     protected void addProperties(@Nonnull final MockPropertySource mock) {
         super.addProperties(mock);
         
+        mock.setProperty("idp.updateCheck.enable", "false");
+        
         // Avoids some complex mocking for the default StateManager bean.
         mock.setProperty("sp.stateToken.sealed", "false");
         

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


More information about the commits mailing list