Skip to content

Commit

Permalink
Remove unused variable in RASAuthenticationServiceTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Jan 28, 2025
1 parent ff8c844 commit b2677be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public void testUpdateUserRoles_withEmptyDBGapPermissions() throws JsonProcessin
String introspectionResponse =
"{\"active\":true,\"sub\":\"[email protected]\",\"client_id\":\"test_client_id\",\"passport_jwt_v11\":\""+ exampleRasPassport +"\"}";
JsonNode introspectionResponseParsed = new ObjectMapper().readTree(introspectionResponse);
String code = "AlphaNumericCode";
User user = createTestUser();
Optional<Passport> passport = this.rasPassPortService.extractPassport(introspectionResponseParsed);
assertTrue(passport.isPresent());
Expand Down

0 comments on commit b2677be

Please sign in to comment.