Skip to content

Commit 3d594e6

Browse files
committed
Misc
1 parent b035bbf commit 3d594e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

appsec/tests/integration/src/test/groovy/com/datadog/appsec/php/integration/Symfony62Tests.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ class Symfony62Tests {
9191

9292
@Test
9393
void 'test path params'() {
94-
// Set ip which is blocked
9594
HttpRequest req = container.buildReq('/dynamic-path/someValue').GET().build()
9695
def trace = container.traceFromRequest(req, ofString()) { HttpResponse<String> re ->
9796
assert re.statusCode() == 403

appsec/tests/integration/src/test/www/laravel8x/app/Http/Controllers/MiscController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ public function dynamicPath(string $param01)
1010
{
1111
return response('Hi', 200);
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)