Skip to content

Commit 588f32c

Browse files
committed
fix: assertion failed
1 parent a96eecc commit 588f32c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-test/src/test/java/com/reajason/javaweb/integration/ShellAssertion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ public static void testListProcessAndAttachAll(String url, ContainerTestConfig c
545545
}
546546
log.info("attach all output:\n{}", attachStdout);
547547
System.out.println("attach all stderr: " + attachResult.getStderr());
548-
assertThat("Attach all should complete with ok", attachStdout, containsString("ok"));
548+
assertThat("Attach all should complete with Success", attachStdout, containsString("Success"));
549549

550550
// Test 3: Verify shell injection was successful
551551
String paramName = ((CommandConfig) shellToolConfig).getParamName();

0 commit comments

Comments
 (0)