test: change deserialize image name

This commit is contained in:
ReaJason
2025-02-20 23:32:00 +08:00
parent ac9c0ec171
commit b1f963f1a3
@@ -58,7 +58,7 @@ public class Tomcat8DeserializeContainerTest {
assertThat("Logs should not contain any exceptions", logs, doesNotContainException());
}
@ParameterizedTest(name = "{0}-expression|{1}{2}|{3}")
@ParameterizedTest(name = "{0}-deserialize|{1}{2}|{3}")
@MethodSource("casesProvider")
void test(String imageName, String shellType, ShellTool shellTool, Packers packer) {
testShellInjectAssertOk(getUrl(container), Server.Tomcat, shellType, shellTool, Opcodes.V1_8, packer, container);