lighter před 4 roky
rodič
revize
c365d0f1f6

+ 1 - 1
src/test/java/thyyxxk/wxservice_server/WxserviceServerApplicationTests.java

@@ -3,7 +3,7 @@ package thyyxxk.wxservice_server;
 import org.junit.jupiter.api.Test;
 import org.springframework.boot.test.context.SpringBootTest;
 
-@SpringBootTest
+@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
 class WxserviceServerApplicationTests {
 
     @Test