[java-idp-oidc] branch main updated: Fix test race condition.

Scott Cantor cantor.2 at osu.edu
Thu Jan 20 16:38:41 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=21133f91adb29a93d99ceb6940fc1507b06b8563

The following commit(s) were added to refs/heads/main by this push:
     new 21133f91 Fix test race condition.
21133f91 is described below

commit 21133f91adb29a93d99ceb6940fc1507b06b8563
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 20 11:38:38 2022 -0500

    Fix test race condition.
---
 .../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 5a938be8..e8b2b2f1 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
@@ -85,6 +85,7 @@ public class ClientCredentialsTokenFlowTest extends AbstractOidcClientAuthentica
     @AfterMethod
     public void removeMetadata() throws IOException {
         removeMetadata(storageService, clientId);
+        removeMetadata(storageService, clientId + "JWT");
     }
 
     @Test

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


More information about the commits mailing list