We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99355a3 commit 060ab72Copy full SHA for 060ab72
dd-java-agent/agent-iast/src/test/groovy/com/datadog/iast/sink/ApplicationModuleTest.groovy
@@ -41,7 +41,7 @@ class ApplicationModuleTest extends IastModuleImplTestBase {
41
0 * reporter._
42
}
43
44
- void 'check vulnerabilities'() {
+ void 'check vulnerabilities #path'() {
45
given:
46
final file = ClassLoader.getSystemResource(path)
47
final realPath = file.path
0 commit comments