We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed67b0b commit 240b5abCopy full SHA for 240b5ab
dd-trace-core/src/test/groovy/datadog/trace/lambda/LambdaAppSecHandlerTest.groovy
@@ -1306,14 +1306,6 @@ class LambdaAppSecHandlerTest extends DDCoreSpecification {
1306
}
1307
} : null
1308
1309
- def mockQueryParamsCallback = callbacks.onQueryParams ? Mock(BiFunction) {
1310
- apply(_ as RequestContext, _ as Map) >> {
1311
- RequestContext ctx, Map params ->
1312
- callbacks.onQueryParams(params)
1313
- return new Flow.ResultFlow<>(null)
1314
- }
1315
- } : null
1316
-
1317
def mockBodyCallback = callbacks.onBody ? Mock(BiFunction) {
1318
apply(_ as RequestContext, _ as Object) >> {
1319
RequestContext ctx, Object body ->
0 commit comments