test: add probe no magic prefix

This commit is contained in:
ReaJason
2025-09-12 22:51:50 +08:00
parent 842200280d
commit 2e5de88f97
2 changed files with 29 additions and 1 deletions
@@ -69,6 +69,6 @@ public class Tomcat8ContainerTest {
void testBytecodeReqParamResponseBody() {
String url = getUrl(container);
ProbeAssertion.responseBytecodeIsOk(url, Server.Tomcat, Opcodes.V1_8);
ProbeAssertion.responseBytecodeWithoutPrefixIsOk(url, Server.Tomcat, Opcodes.V1_8);
}
}