File tree 1 file changed +0
-6
lines changed
appsec/tests/integration/src/test/groovy/com/datadog/appsec/php/integration
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -322,9 +322,6 @@ class TelemetryTests {
322
322
}
323
323
assert trace. traceId != null
324
324
325
- RemoteConfigRequest rcReq = requestSup. get()
326
- assert rcReq != null , ' No RC request received'
327
-
328
325
// request covered by Appsec
329
326
trace = CONTAINER . traceFromRequest(' /multiple_rasp.php?path=../somefile&other=../otherfile&domain=169.254.169.254' ) { HttpResponse<InputStream > resp ->
330
327
assert resp. statusCode() == 200
@@ -395,8 +392,5 @@ class TelemetryTests {
395
392
assert ssrfTimeout. points[0 ][1 ] == 0.0
396
393
assert ssrfTimeout. type == ' count'
397
394
assert ssrfTimeout. tags. find { it. startsWith(' waf_version:' ) } != null
398
-
399
-
400
- // no error for data, it seems
401
395
}
402
396
}
You can’t perform that action at this time.
0 commit comments