test case update

This commit is contained in:
shinmj
2021-11-15 15:04:16 +09:00
parent e298bc9c20
commit c241d01f9f

View File

@@ -362,8 +362,7 @@ class UserApiControllerTest {
// then // then
resultActions resultActions
.andDo(MockMvcResultHandlers.print()) .andDo(MockMvcResultHandlers.print())
.andExpect(MockMvcResultMatchers.status().isOk()) .andExpect(MockMvcResultMatchers.status().isBadRequest()); // 계정 설정 안되어 있으므로 연결하지 못함.
.andExpect(MockMvcResultMatchers.content().string("true")); // 이메일 수신 확인
deleteUser(user.getId()); deleteUser(user.getId());
} }