Skip to content

Commit 9f5955f

Browse files
committed
Remove not needed code on tests
1 parent 09e5c68 commit 9f5955f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: appsec/tests/integration/src/test/groovy/com/datadog/appsec/php/integration/TelemetryTests.groovy

-6
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,6 @@ class TelemetryTests {
322322
}
323323
assert trace.traceId != null
324324

325-
RemoteConfigRequest rcReq = requestSup.get()
326-
assert rcReq != null, 'No RC request received'
327-
328325
// request covered by Appsec
329326
trace = CONTAINER.traceFromRequest('/multiple_rasp.php?path=../somefile&other=../otherfile&domain=169.254.169.254') { HttpResponse<InputStream> resp ->
330327
assert resp.statusCode() == 200
@@ -395,8 +392,5 @@ class TelemetryTests {
395392
assert ssrfTimeout.points[0][1] == 0.0
396393
assert ssrfTimeout.type == 'count'
397394
assert ssrfTimeout.tags.find { it.startsWith('waf_version:') } != null
398-
399-
400-
// no error for data, it seems
401395
}
402396
}

0 commit comments

Comments
 (0)