Skip to content

Commit b1f963f

Browse files
committed
test: change deserialize image name
1 parent ac9c0ec commit b1f963f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/test/java/com/reajason/javaweb/integration/tomcat/Tomcat8DeserializeContainerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static void tearDown() {
5858
assertThat("Logs should not contain any exceptions", logs, doesNotContainException());
5959
}
6060

61-
@ParameterizedTest(name = "{0}-expression|{1}{2}|{3}")
61+
@ParameterizedTest(name = "{0}-deserialize|{1}{2}|{3}")
6262
@MethodSource("casesProvider")
6363
void test(String imageName, String shellType, ShellTool shellTool, Packers packer) {
6464
testShellInjectAssertOk(getUrl(container), Server.Tomcat, shellType, shellTool, Opcodes.V1_8, packer, container);

0 commit comments

Comments
 (0)