[java-idp-plugin-vci] 03/05: Test updated to match new OpenIDVCITokenRequest constructor
Codeberg
noreply at shibboleth.net
Wed Dec 3 12:02:55 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch DPOP
in repository java-idp-plugin-vci.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-vci/commit/22c9518fe34eb9f98604bb7d79f6b072475d79bf
commit 22c9518fe34eb9f98604bb7d79f6b072475d79bf
Author: jlauros <janne.lauros at csc.fi>
AuthorDate: Wed Dec 3 13:34:45 2025 +0200
Test updated to match new OpenIDVCITokenRequest constructor
---
.../openidvci/profile/impl/FormOutboundTokenResponseMessageTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openid-vci-impl/src/test/java/org/geant/shibboleth/plugin/openidvci/profile/impl/FormOutboundTokenResponseMessageTest.java b/openid-vci-impl/src/test/java/org/geant/shibboleth/plugin/openidvci/profile/impl/FormOutboundTokenResponseMessageTest.java
index 7720558..306fe74 100644
--- a/openid-vci-impl/src/test/java/org/geant/shibboleth/plugin/openidvci/profile/impl/FormOutboundTokenResponseMessageTest.java
+++ b/openid-vci-impl/src/test/java/org/geant/shibboleth/plugin/openidvci/profile/impl/FormOutboundTokenResponseMessageTest.java
@@ -70,7 +70,7 @@ public class FormOutboundTokenResponseMessageTest {
profileRequestCtx.setInboundMessageContext(new MessageContext());
profileRequestCtx.setOutboundMessageContext(new MessageContext());
profileRequestCtx.getInboundMessageContext().setMessage(new OpenIDVCITokenRequest(null,
- new ClientID("clientID"), OpenIDVCITokenRequest.grantTypeValuePreAuth, "123456", null, null, null, null));
+ new ClientID("clientID"), OpenIDVCITokenRequest.grantTypeValuePreAuth, "123456", null, null, null, null, null));
profileRequestCtx.getOutboundMessageContext().addSubcontext(new OIDCAuthenticationResponseContext());
TokenContext tokenContext = (TokenContext) profileRequestCtx.getInboundMessageContext()
.addSubcontext(new TokenContext());
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list