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

Phil Smart philip.smart at jisc.ac.uk
Mon Apr 24 15:47:32 UTC 2023


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=4795ab7cff5c8dbef61d216f868354606ad65800

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

commit 4795ab7cff5c8dbef61d216f868354606ad65800
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Apr 24 16:47:27 2023 +0100

    Fix test
---
 .../rp/context/navigate/DefaultEndUserClaimsLookupStrategyTest.java  | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/idp-oidc-rp-api/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/context/navigate/DefaultEndUserClaimsLookupStrategyTest.java b/idp-oidc-rp-api/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/context/navigate/DefaultEndUserClaimsLookupStrategyTest.java
index 28d0bc7..0a2c2da 100644
--- a/idp-oidc-rp-api/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/context/navigate/DefaultEndUserClaimsLookupStrategyTest.java
+++ b/idp-oidc-rp-api/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/context/navigate/DefaultEndUserClaimsLookupStrategyTest.java
@@ -60,10 +60,5 @@ public class DefaultEndUserClaimsLookupStrategyTest {
        assertEquals(function.apply(prc), null);
     }
     
-    @Test
-    public void testEndUserClaims_NoClaims() {   
-        testContext.setEndUserClaims(null);
-       assertEquals(function.apply(prc), null);
-    }
 
 }

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


More information about the commits mailing list