File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/test/java/com/moing/backend/config Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 88import com .moing .backend .global .config .security .filter .JwtAuthenticationEntryPoint ;
99import com .moing .backend .global .config .security .jwt .TokenUtil ;
1010import com .moing .backend .global .config .security .util .AuthenticationUtil ;
11+ import com .moing .backend .global .log .aop .LogTrace ;
1112import org .junit .jupiter .api .BeforeEach ;
1213import org .junit .jupiter .api .extension .ExtendWith ;
1314import org .springframework .beans .factory .annotation .Autowired ;
@@ -57,6 +58,9 @@ public class CommonControllerTest {
5758 @ MockBean
5859 public MemberGetService memberQueryService ;
5960
61+ @ MockBean
62+ public LogTrace logTrace ;
63+
6064 @ BeforeEach
6165 public void setUp (final WebApplicationContext context , final RestDocumentationContextProvider provider ) throws Exception {
6266
You can’t perform that action at this time.
0 commit comments