Skip to content

Commit

Permalink
[test] UserControllerIntegrationTest 내 로직 오류 수정 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu committed Jun 25, 2024
1 parent 512e909 commit 29c97a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class UserControllerIntegrationTest {
@Test
void signIn을_통해_사용자는_애플_플랫폼_토큰을_통해_가입_이후_토큰을_반환받을_수_있다() throws Exception {
// given
String request = objectMapper.writeValueAsString(new UserSignInRequest(AuthPlatform.Type.KAKAO));
String request = objectMapper.writeValueAsString(new UserSignInRequest(AuthPlatform.Type.APPLE));

// when
mockMvc.perform(post("/api/v1/users/signIn")
Expand Down

0 comments on commit 29c97a7

Please sign in to comment.