refactor: rename test case

This commit is contained in:
ReaJason
2026-01-18 23:49:41 +08:00
parent 3e2d977562
commit b46959e059
@@ -30,7 +30,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
*/
@Testcontainers
@Slf4j
public class tomcat10WebSocketBypassNginxTest {
public class Tomcat10WebSocketBypassNginxTest {
public static final String imageName = "tomcat:10.1-jre11";