Skip to content

Commit

Permalink
fix: 빌드 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
punchdrunkard committed Aug 9, 2024
1 parent 58b3f1b commit d9e9d31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/com/odiga/fiesta/ControllerTestSupport.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
import com.odiga.fiesta.festival.service.CompanionService;
import com.odiga.fiesta.festival.service.MoodService;
import com.odiga.fiesta.festival.service.PriorityService;
import com.odiga.fiesta.hello.controller.HelloController;

@ActiveProfiles("test")
@WithMockUser
@WebMvcTest(controllers = {
HelloController.class, // 사용하는 컨트롤러 여기에 추가
// 사용하는 컨트롤러 여기에 추가
FestivalController.class
})
public abstract class ControllerTestSupport {
Expand Down

0 comments on commit d9e9d31

Please sign in to comment.