See gh-33966
This commit is contained in:
Johnny Lim
2023-01-24 23:49:31 +09:00
committed by Moritz Halbritter
parent b81d5900e6
commit 5eeb429e44
5 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
import org.springframework.boot.test.web.server.LocalServerPort;
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
public class MyWebIntegrationTests {
class MyWebIntegrationTests {
@LocalServerPort
int port;