test: add probe no magic prefix

This commit is contained in:
ReaJason
2025-09-12 22:51:50 +08:00
parent 9159de1781
commit 17c54cd919
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);
}
}