[java-idp-plugin-duo] branch dev/JDUO-82 updated: Add some Javadoc
Phil Smart
philip.smart at jisc.ac.uk
Mon Jan 8 10:51:31 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch dev/JDUO-82
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=7d20b6942452512a21ecf8572baa8a5095f5555e
The following commit(s) were added to refs/heads/dev/JDUO-82 by this push:
new 7d20b694 Add some Javadoc
7d20b694 is described below
commit 7d20b6942452512a21ecf8572baa8a5095f5555e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jan 8 10:51:29 2024 +0000
Add some Javadoc
---
.../idp/plugin/authn/duo/impl/DefaultDuoAdminClientTest.java | 3 +++
1 file changed, 3 insertions(+)
diff --git a/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DefaultDuoAdminClientTest.java b/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DefaultDuoAdminClientTest.java
index 8e6e6977..867de652 100644
--- a/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DefaultDuoAdminClientTest.java
+++ b/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DefaultDuoAdminClientTest.java
@@ -49,6 +49,7 @@ public class DefaultDuoAdminClientTest {
/** The client to test.*/
private DefaultDuoAdminClient client;
+ /** A normal response.*/
private static final String GOOD_RESPONSE =
"""
{
@@ -108,6 +109,7 @@ public class DefaultDuoAdminClientTest {
}
""";
+ /** Two users in response. We require one.*/
private static final String TWO_USER_RESPONSE =
"""
{
@@ -125,6 +127,7 @@ public class DefaultDuoAdminClientTest {
}
""";
+ /** Correct response, but the status describes a FAIL.*/
private static final String UNEXPECTED_RESPONSE_STATUS =
"""
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list