[java-plugin-shibd-saml] branch main updated: Update constant in test.

Codeberg noreply at shibboleth.net
Tue May 26 15:14:36 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-saml.

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

The following commit(s) were added to refs/heads/main by this push:
     new f61f06c  Update constant in test.
f61f06c is described below

commit f61f06c7bca93e384d537220b839bebe67e78a47
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue May 26 11:14:16 2026 -0400

    Update constant in test.
---
 .../shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponseTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponseTest.java b/sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponseTest.java
index d07f5ed..500cdaf 100644
--- a/sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponseTest.java
+++ b/sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponseTest.java
@@ -185,7 +185,7 @@ public class PrepareAgentResponseTest extends BaseApplicationActionTest {
         buildAttributes(ts);
 
         final DDF input = new DDF(null).structure();
-        input.addmember(ConsumerConstants.BASE_URL).unsafe_string(TEST_URL.getBytes(StandardCharsets.UTF_8));
+        input.addmember(ConsumerConstants.HOME_URL).unsafe_string(TEST_URL.getBytes(StandardCharsets.UTF_8));
         arc.setInput(input);
         
         final Event event = action.execute(src);

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


More information about the commits mailing list