Skip to content

Commit 060ab72

Browse files
fix(iast): Fix test name uniqueness (#7904)
1 parent 99355a3 commit 060ab72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dd-java-agent/agent-iast/src/test/groovy/com/datadog/iast/sink/ApplicationModuleTest.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ApplicationModuleTest extends IastModuleImplTestBase {
4141
0 * reporter._
4242
}
4343

44-
void 'check vulnerabilities'() {
44+
void 'check vulnerabilities #path'() {
4545
given:
4646
final file = ClassLoader.getSystemResource(path)
4747
final realPath = file.path

0 commit comments

Comments
 (0)