[java-idp-plugin-webauthn] branch main updated: Fix test

Phil Smart philip.smart at jisc.ac.uk
Thu Aug 1 10:24:33 UTC 2024


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=dd2abfca0280c66cd55b229702df6caee814f1a6

The following commit(s) were added to refs/heads/main by this push:
     new dd2abfc  Fix test
dd2abfc is described below

commit dd2abfca0280c66cd55b229702df6caee814f1a6
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Aug 1 11:24:31 2024 +0100

    Fix test
---
 .../authn/webauthn/impl/PopulateWebAuthnAuthenticationContextTest.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/webauthn-impl/src/test/java/net/shibboleth/idp/plugin/authn/webauthn/impl/PopulateWebAuthnAuthenticationContextTest.java b/webauthn-impl/src/test/java/net/shibboleth/idp/plugin/authn/webauthn/impl/PopulateWebAuthnAuthenticationContextTest.java
index 6ed6fc9..677977a 100644
--- a/webauthn-impl/src/test/java/net/shibboleth/idp/plugin/authn/webauthn/impl/PopulateWebAuthnAuthenticationContextTest.java
+++ b/webauthn-impl/src/test/java/net/shibboleth/idp/plugin/authn/webauthn/impl/PopulateWebAuthnAuthenticationContextTest.java
@@ -82,8 +82,6 @@ public class PopulateWebAuthnAuthenticationContextTest extends AbstractWebAuthnT
      
         final Event result = action.execute(src);
         assertNotNull(result);
-        final var authnCtxt = ac.getSubcontext(WebAuthnAuthenticationContext.class);
-        assertNull(authnCtxt);
         assert result != null;
         assertEquals(result.getId(),EventIds.INVALID_PROFILE_CTX);     
     }

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


More information about the commits mailing list