Skip to content

Commit 7137b8f

Browse files
committed
feat(IntegrationTestSupport): @AutoConfigureMockMvc 추가
1 parent 96b4d5a commit 7137b8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
package com.somemore;
22

3+
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
34
import org.springframework.boot.test.context.SpringBootTest;
45
import org.springframework.test.context.ActiveProfiles;
56

67
@ActiveProfiles("test")
78
@SpringBootTest
9+
@AutoConfigureMockMvc
810
public abstract class IntegrationTestSupport {
911

1012
}

0 commit comments

Comments
 (0)