Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lazycece committed Jun 17, 2021
1 parent 2f97df4 commit 7ca5442
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public void completion() {

@Test
public void testGet() {
when(request.getMethod()).thenReturn("GET");
when(request.getQueryString()).thenReturn("username=lazycece&password=000000");

HttpServletRequestWrapper requestWrapper = new HttpServletRequestWrapper(request);
Expand Down

0 comments on commit 7ca5442

Please sign in to comment.