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
resultActions
.andDo(MockMvcResultHandlers.print())
.andExpect(MockMvcResultMatchers.status().isOk())
.andExpect(MockMvcResultMatchers.content().string("true")); // 이메일 수신 확인
.andExpect(MockMvcResultMatchers.status().isBadRequest()); // 계정 설정 안되어 있으므로 연결하지 못함.
deleteUser(user.getId());
}