Skip to content

Commit

Permalink
[refactor] 테스트 수정 (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung22 committed Nov 5, 2023
1 parent afe8984 commit 78fc8b6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,13 @@ public void setUp() {

@Test
void 전체_행정구역을_조회한다() {
// given
// when
ExtractableResponse<Response> actual = RestAssured.given().log().all()
.auth().preemptive().oauth2(huchuToken)
.when().get("/areas/all")
.then().log().all()
.extract();

// when
FullAreaResponses responses = actual.as(FullAreaResponses.class);

// then
Expand Down

0 comments on commit 78fc8b6

Please sign in to comment.