[java-identity-provider] 11/11: Fix test failure.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 3 22:01:51 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=6337e4bcd16e1f99fbe897e3d0866abea748bb76
commit 6337e4bcd16e1f99fbe897e3d0866abea748bb76
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 3 17:01:37 2023 -0500
Fix test failure.
---
.../java/net/shibboleth/idp/authn/impl/ValidateFunctionResultTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/ValidateFunctionResultTest.java b/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/ValidateFunctionResultTest.java
index caa519da0..abd1fa32c 100644
--- a/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/ValidateFunctionResultTest.java
+++ b/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/ValidateFunctionResultTest.java
@@ -76,7 +76,7 @@ public class ValidateFunctionResultTest extends BaseAuthenticationContextTest {
action.initialize();
final Event event = action.execute(src);
- ActionTestingSupport.assertEvent(event, AuthnEventIds.INVALID_CREDENTIALS);
+ ActionTestingSupport.assertEvent(event, AuthnEventIds.NO_CREDENTIALS);
}
@Test public void testPrincipalName() throws ComponentInitializationException {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list