test build

This commit is contained in:
anhefti 2021-05-17 11:25:45 +02:00
parent c73fd355a4
commit d1c6d8d7be

View file

@ -43,7 +43,7 @@ import ch.ethz.seb.sebserver.webservice.servicelayer.dao.WebserviceInfoDAO;
@SpringBootTest(
properties = "file.encoding=UTF-8",
classes = SEBServer.class,
webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
@ActiveProfiles("test")
@AutoConfigureMockMvc
public abstract class GuiIntegrationTest {