-
새로운 CookieManager를 사용해서 로그인 상태를 유지한 채로 인증 정보가 필요한 엔드포인트를 테스트할 수 있는지 질문드립니다. @test에서 로그인 후에 /resign 엔드포인트에 요청을 해서 성공한 테스트입니다.
감사합니다. |
Beta Was this translation helpful? Give feedback.
Answered by
junoyoon
Mar 6, 2023
Replies: 1 comment 1 reply
-
이것은 before thread 가 아닌 beforeProcess 에서 해야하는 작업으로 보이는 군요.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nerdyinu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
이것은 before thread 가 아닌 beforeProcess 에서 해야하는 작업으로 보이는 군요.
before process 에 다음 코드를 넣지 못하나요?