Skip to content

Commit

Permalink
Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle committed Jun 6, 2024
1 parent 4de6b19 commit 7ede3ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void shouldPerformTokenKeyUrlNoCacheUsed() throws OidcMetadataFetchingException,
}

@Test
void shouldPerformTokenKeyUrlNoCacheUsedError() throws OidcMetadataFetchingException, MalformedURLException {
void shouldPerformTokenKeyUrlNoCacheUsedError() throws MalformedURLException {
definition.setTokenKeyUrl(new URL("http://should.be.updated"));
definition.setSkipSslValidation(false);
definition.setCacheJwks(false);
Expand Down

0 comments on commit 7ede3ef

Please sign in to comment.