[java-idp-oidc] branch main updated: Remove additional metadata for tests.
Scott Cantor
cantor.2 at osu.edu
Wed Feb 9 22:00:35 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=d63244286188cd4dac15a9298c0f814d6bb69510
The following commit(s) were added to refs/heads/main by this push:
new d6324428 Remove additional metadata for tests.
d6324428 is described below
commit d63244286188cd4dac15a9298c0f814d6bb69510
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 9 17:00:33 2022 -0500
Remove additional metadata for tests.
---
.../idp/plugin/oidc/op/profile/flow/ClientCredentialsTokenFlowTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/ClientCredentialsTokenFlowTest.java b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/ClientCredentialsTokenFlowTest.java
index c8a49d32..5cb9d1ce 100644
--- a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/ClientCredentialsTokenFlowTest.java
+++ b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/ClientCredentialsTokenFlowTest.java
@@ -86,6 +86,7 @@ public class ClientCredentialsTokenFlowTest extends AbstractOidcClientAuthentica
public void tearDown() throws IOException {
removeMetadata(storageService, clientId);
removeMetadata(storageService, clientId + "JWT");
+ removeMetadata(storageService, resource);
}
@Test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list