diff --git a/backend/src/test/java/team/teamby/teambyteam/common/fixtures/acceptance/TeamCalendarScheduleAcceptanceFixtures.java b/backend/src/test/java/team/teamby/teambyteam/common/fixtures/acceptance/TeamCalendarScheduleAcceptanceFixtures.java index 85a39f59e..5e552a02f 100644 --- a/backend/src/test/java/team/teamby/teambyteam/common/fixtures/acceptance/TeamCalendarScheduleAcceptanceFixtures.java +++ b/backend/src/test/java/team/teamby/teambyteam/common/fixtures/acceptance/TeamCalendarScheduleAcceptanceFixtures.java @@ -52,7 +52,7 @@ public static ExtractableResponse FIND_DAILY_SCHEDULE_REQUEST(final Lo .queryParam("month", month) .queryParam("day", day) .when().log().all() - .get("/api/team-place/{teamPlaceId}/calendar/daily-schedules") + .get("/api/team-place/{teamPlaceId}/calendar/schedules") .then().log().all() .extract(); }