Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jandro996 committed Jun 4, 2024
1 parent d1ea37d commit 9180a62
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class ReporterTest extends DDSpecification {
]
}''', batch.toString(), true)
1 * traceSegment.setTagTop('manual.keep', true)
1 * traceSegment.setTagTop('p.appsec', true)
0 * _
}

Expand Down Expand Up @@ -146,6 +147,7 @@ class ReporterTest extends DDSpecification {
]
}''', batch.toString(), true)
1 * traceSegment.setTagTop('manual.keep', true)
1 * traceSegment.setTagTop('p.appsec', true)
0 * _
}

Expand Down Expand Up @@ -274,6 +276,7 @@ class ReporterTest extends DDSpecification {
1 * traceSegment.getDataTop('iast') >> null
1 * traceSegment.setDataTop('iast', _ as VulnerabilityBatch)
1 * traceSegment.setTagTop('manual.keep', true)
1 * traceSegment.setTagTop('p.appsec', true)
1 * traceSegment.setTagTop('_dd.iast.enabled', 1)
0 * _
}
Expand Down

0 comments on commit 9180a62

Please sign in to comment.