[java-idp-oidc] branch main updated: Remove unnecessary test.
Scott Cantor
cantor.2 at osu.edu
Thu Mar 10 19:10:26 UTC 2022
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=ed1e6cb6c7f8201d12014fc13bf29ee6de479d5c
The following commit(s) were added to refs/heads/main by this push:
new ed1e6cb6 Remove unnecessary test.
ed1e6cb6 is described below
commit ed1e6cb6c7f8201d12014fc13bf29ee6de479d5c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 10 14:10:23 2022 -0500
Remove unnecessary test.
---
.../oidc/op/profile/impl/IssueRegistrationAccessTokenTest.java | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/IssueRegistrationAccessTokenTest.java b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/IssueRegistrationAccessTokenTest.java
index c093361e..ee83f818 100644
--- a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/IssueRegistrationAccessTokenTest.java
+++ b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/IssueRegistrationAccessTokenTest.java
@@ -116,15 +116,6 @@ public class IssueRegistrationAccessTokenTest {
action.initialize();
}
- @Test(expectedExceptions = { ComponentInitializationException.class })
- public void testNoIssuerLookup() throws ComponentInitializationException {
- action = new IssueRegistrationAccessToken();
- action.setSealer(dataSealer);
- action.setMetadataPolicyLookupStrategy(FunctionSupport.constant(defaultMetadataPolicy()));
- action.setObjectMapper(objectMapper);
- action.initialize();
- }
-
@Test
public void testNoMetadataPolicy() throws ComponentInitializationException {
action = new IssueRegistrationAccessToken();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list