Skip to content

Commit

Permalink
Fix: test userId
Browse files Browse the repository at this point in the history
  • Loading branch information
emost22 committed Jul 14, 2024
1 parent bd37aa7 commit c0cfe8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected void doFilterInternal(
HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)
throws ServletException, IOException {
if (isTestHeader(request)) {
setAuthentication("111705357761926793028");
setAuthentication("admin");
filterChain.doFilter(request, response);
return;
}
Expand Down

0 comments on commit c0cfe8b

Please sign in to comment.