fix: assertion failed

This commit is contained in:
ReaJason
2026-04-26 14:31:31 +08:00
parent a96eeccaa6
commit 588f32c7dd
@@ -545,7 +545,7 @@ public class ShellAssertion {
}
log.info("attach all output:\n{}", attachStdout);
System.out.println("attach all stderr: " + attachResult.getStderr());
assertThat("Attach all should complete with ok", attachStdout, containsString("ok"));
assertThat("Attach all should complete with Success", attachStdout, containsString("Success"));
// Test 3: Verify shell injection was successful
String paramName = ((CommandConfig) shellToolConfig).getParamName();