[java-idp-plugin-duo] branch main updated: Fix test
Phil Smart
philip.smart at jisc.ac.uk
Fri Mar 21 17:20:11 UTC 2025
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=ad1ef6612c94ae31a2a2c512b5ad26e7a59d7ef9
The following commit(s) were added to refs/heads/main by this push:
new ad1ef661 Fix test
ad1ef661 is described below
commit ad1ef6612c94ae31a2a2c512b5ad26e7a59d7ef9
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Mar 21 17:20:09 2025 +0000
Fix test
---
.../idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactoryTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-duo-sdk-client-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactoryTest.java b/idp-duo-sdk-client-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactoryTest.java
index 161b0f36..bed64710 100644
--- a/idp-duo-sdk-client-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactoryTest.java
+++ b/idp-duo-sdk-client-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactoryTest.java
@@ -95,6 +95,7 @@ public class DuoSDKClientFactoryTest {
assertNotNull(registeredRedirect);
assert registeredRedirect != null;
integ.setRedirectURIIfAbsent(registeredRedirect);
+ factory.initialize();
final DuoOIDCClient client = factory.createInstance(integ);
assertNotNull(client);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list