Skip to content

Commit

Permalink
[fix] 지원서 엑셀 파일 생성 시각 API 테스트 status code 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
letskuku committed Jul 28, 2024
1 parent 41234fe commit c468d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ApplicationControllerTest {
@Test
void getApplicationExcelCreationTime() throws Exception {
mockMvc.perform(MockMvcRequestBuilders.get("/applications/file/creationtime"))
.andExpect(MockMvcResultMatchers.status().is(401));
.andExpect(MockMvcResultMatchers.status().is(403));
}

@DisplayName("지원서 목록 보기 API - 필수 아닌 파라미터들 길이 0인 문자열로 처리")
Expand Down

0 comments on commit c468d53

Please sign in to comment.