[java-idp-oidc] branch main updated: Fix unit test.
Scott Cantor
cantor.2 at osu.edu
Thu Dec 9 18:38:47 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=fe2a3c9313decfd451b11668b90abc290db99859
The following commit(s) were added to refs/heads/main by this push:
new fe2a3c93 Fix unit test.
fe2a3c93 is described below
commit fe2a3c9313decfd451b11668b90abc290db99859
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 9 13:38:44 2021 -0500
Fix unit test.
---
.../idp/plugin/oidc/op/profile/impl/AddIDTokenShellTest.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/AddIDTokenShellTest.java b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/AddIDTokenShellTest.java
index 041c7ae7..283399e5 100644
--- a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/AddIDTokenShellTest.java
+++ b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/AddIDTokenShellTest.java
@@ -35,7 +35,8 @@ public class AddIDTokenShellTest extends BaseOIDCResponseActionTest {
/** Setup method. */
@BeforeMethod
- public void setUp() throws ComponentInitializationException {
+ public void setUp() throws Exception {
+ super.setUp();
action = new AddIDTokenShell();
action.initialize();
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list