refactor: rename test case

This commit is contained in:
ReaJason
2026-01-18 23:49:41 +08:00
parent 5b5c225edb
commit a60dc84356
@@ -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";