Skip to content
Snippets Groups Projects
Commit 401adfb5 authored by OZGCloud's avatar OZGCloud
Browse files

fix itcase

parent 7d98b038
Branches
Tags
No related merge requests found
...@@ -8,19 +8,20 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers. ...@@ -8,19 +8,20 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.mock.mockito.MockBean; import org.springframework.boot.test.mock.mockito.MockBean;
import org.springframework.mock.web.MockMultipartFile; import org.springframework.mock.web.MockMultipartFile;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.web.servlet.MockMvc; import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.ResultActions; import org.springframework.test.web.servlet.ResultActions;
import de.itvsh.kop.common.test.ITCase;
import de.itvsh.kop.common.test.TestUtils; import de.itvsh.kop.common.test.TestUtils;
import de.ozgcloud.eingang.Application;
import de.ozgcloud.eingang.router.VorgangService; import de.ozgcloud.eingang.router.VorgangService;
import lombok.SneakyThrows; import lombok.SneakyThrows;
@SpringBootTest(classes = Application.class) @ITCase
@AutoConfigureMockMvc @AutoConfigureMockMvc
@ActiveProfiles({ "itcase", "local" })
class EnterpriseEntryITCase { class EnterpriseEntryITCase {
@MockBean @MockBean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment