Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: 테스트용 컨트롤러 삭제 #31

Merged
merged 7 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -6,13 +6,12 @@
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.web.servlet.MockMvc;

import com.odiga.fiesta.hello.controller.HelloController;
import com.fasterxml.jackson.databind.ObjectMapper;

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

This file was deleted.

Loading