Skip to content

Commit c110e7d

Browse files
committed
wip
1 parent c257bef commit c110e7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dd-java-agent/appsec/src/test/groovy/com/datadog/appsec/config/AppSecConfigServiceImplSpecification.groovy

-3
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ class AppSecConfigServiceImplSpecification extends DDSpecification {
258258
}
259259
1 * poller.addConfigurationEndListener(_) >> { listeners.savedConfEndListener = it[0] }
260260
1 * poller.addCapabilities(CAPABILITY_ASM_ACTIVATION)
261-
1 * poller.addCapabilities(CAPABILITY_ASM_API_SECURITY_SAMPLE_RATE)
262261
1 * poller.addCapabilities(CAPABILITY_ASM_AUTO_USER_INSTRUM_MODE)
263262
1 * poller.addCapabilities(CAPABILITY_ASM_DD_RULES
264263
| CAPABILITY_ASM_IP_BLOCKING
@@ -412,7 +411,6 @@ class AppSecConfigServiceImplSpecification extends DDSpecification {
412411
}
413412
1 * poller.addConfigurationEndListener(_) >> { listeners.savedConfEndListener = it[0] }
414413
1 * poller.addCapabilities(CAPABILITY_ASM_ACTIVATION)
415-
1 * poller.addCapabilities(CAPABILITY_ASM_API_SECURITY_SAMPLE_RATE)
416414
1 * poller.addCapabilities(CAPABILITY_ASM_AUTO_USER_INSTRUM_MODE)
417415
1 * poller.addCapabilities(CAPABILITY_ASM_DD_RULES
418416
| CAPABILITY_ASM_IP_BLOCKING
@@ -497,7 +495,6 @@ class AppSecConfigServiceImplSpecification extends DDSpecification {
497495
| CAPABILITY_ASM_CUSTOM_RULES
498496
| CAPABILITY_ASM_CUSTOM_BLOCKING_RESPONSE
499497
| CAPABILITY_ASM_TRUSTED_IPS
500-
| CAPABILITY_ASM_API_SECURITY_SAMPLE_RATE
501498
| CAPABILITY_ASM_RASP_SQLI
502499
| CAPABILITY_ASM_RASP_SSRF
503500
| CAPABILITY_ASM_RASP_CMDI

0 commit comments

Comments
 (0)