Skip to content

Commit

Permalink
feat(impl):[#259] test
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Dec 15, 2023
1 parent cb5781a commit 08c3c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 75 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

import com.fasterxml.jackson.databind.ObjectMapper;
import org.eclipse.tractusx.irs.ControllerTest;
import org.eclipse.tractusx.irs.MockMvcRestExceptionConfiguration;
import org.eclipse.tractusx.irs.common.auth.IrsRoles;
import org.eclipse.tractusx.irs.configuration.security.SecurityConfiguration;
import org.eclipse.tractusx.irs.services.IrsItemGraphQueryService;
Expand All @@ -48,8 +47,8 @@
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.web.method.annotation.MethodArgumentTypeMismatchException;

@WebMvcTest(value = { IrsController.class })
@Import(value = { SecurityConfiguration.class, MockMvcRestExceptionConfiguration.class })
@WebMvcTest(value = { IrsController.class, IrsExceptionHandler.class })
@Import(value = { SecurityConfiguration.class })
class IrsExceptionHandlerTest extends ControllerTest {

@MockBean
Expand Down

0 comments on commit 08c3c2d

Please sign in to comment.