Skip to content

Commit

Permalink
test: api테스트 오류 수정 (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimprodp authored Feb 10, 2025
1 parent 5e73d27 commit ce2531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/test/java/reviewme/api/AuthApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class AuthApiTest extends ApiTest {
.when().get("/v2/auth/github?code=github_auth_code")
.then().log().all()
.apply(handler)
.statusCode(200);
.statusCode(204);
}

@Test
Expand Down

0 comments on commit ce2531b

Please sign in to comment.