Skip to content

Commit

Permalink
test : 인가 테스트 300번 응답 그레들 빌드 테스트 통과 테스트용 commit (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-ho committed Mar 12, 2024
1 parent 0102f77 commit 6126c4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class SecurityConfigTest {
.contentType(MediaType.APPLICATION_JSON)
.header(HttpHeaders.AUTHORIZATION, token.getAccessToken())
)
.andExpect(status().is2xxSuccessful());
.andExpect(status().is3xxRedirection());
}

@Test
Expand Down

0 comments on commit 6126c4f

Please sign in to comment.