Skip to content

Commit

Permalink
refactor: 테스트용 컨트롤러 삭제 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
punchdrunkard authored Aug 9, 2024
1 parent 026f9d8 commit fb1c5db
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 66 deletions.
2 changes: 0 additions & 2 deletions http/hello.http

This file was deleted.

This file was deleted.

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

This file was deleted.

0 comments on commit fb1c5db

Please sign in to comment.