How can i store a testing methods output in springBoot?
i have to store jwt token produced after running login method in spring boot testing and i have to use it instead of MockHttpservletRequest.header(); String token;
i have already tried it header("authorization","Bearer "+token)
Aucun commentaire:
Enregistrer un commentaire