test: fix case name error

This commit is contained in:
ReaJason
2024-12-04 03:14:08 +08:00
parent 14c62376d7
commit 7d697fe2ec
@@ -150,7 +150,7 @@ public class TomcatIntegrationTest {
testGodzillaJspInjectAssertOk(getUrl(tomcat), shellType, Opcodes.V11);
}
@ParameterizedTest(name = tomcat10ImageName + "|{0}Godzilla|JSP")
@ParameterizedTest(name = tomcat10ImageName + "|{0}Command|JSP")
@ValueSource(strings = {TomcatShell.JAKARTA_FILTER, TomcatShell.JAKARTA_LISTENER, TomcatShell.JAKARTA_VALVE})
void testCommand(String shellType) {
testCommandJspInjectAssertOk(getUrl(tomcat), shellType, Opcodes.V11);