Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle committed Jul 6, 2023
1 parent 119c206 commit 021fc4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public void testStoreClientAuthenticationMethod() throws IOException, ServletExc
when(authenticationDetails.getAuthenticationMethod()).thenReturn("none");

MockFilterChain chain = mock(MockFilterChain.class);
request.addHeader("Content-Type", MediaType.APPLICATION_FORM_URLENCODED_VALUE);
MockHttpServletResponse response = new MockHttpServletResponse();

filter.doFilter(request, response, chain);
Expand Down

0 comments on commit 021fc4f

Please sign in to comment.