Skip to content

Commit ae4c3f5

Browse files
committed
Add support for arrayCmd methods and more smoke tests
1 parent fbb25f8 commit ae4c3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/appsec/src/test/groovy/com/datadog/appsec/gateway/GatewayBridgeSpecification.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class GatewayBridgeSpecification extends DDSpecification {
9292
TriFunction<RequestContext, UserIdCollectionMode, String, Flow<Void>> userIdCB
9393
TriFunction<RequestContext, UserIdCollectionMode, String, Flow<Void>> loginSuccessCB
9494
TriFunction<RequestContext, UserIdCollectionMode, String, Flow<Void>> loginFailureCB
95-
BiFunction<RequestContext, String, Flow<Void>> shellCmdCB
95+
BiFunction<RequestContext, Object, Flow<Void>> shellCmdCB
9696

9797
void setup() {
9898
callInitAndCaptureCBs()

0 commit comments

Comments
 (0)