We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6d749 commit cf660adCopy full SHA for cf660ad
1 file changed
dd-java-agent/appsec/src/test/groovy/com/datadog/appsec/AppSecSystemSpecification.groovy
@@ -99,7 +99,7 @@ class AppSecSystemSpecification extends DDSpecification {
99
1 * appSecReqCtx.transferCollectedEvents() >> [Stub(AppSecEvent)]
100
1 * appSecReqCtx.getRequestHeaders() >> ['foo-bar': ['1.1.1.1']]
101
1 * appSecReqCtx.getResponseHeaders() >> [:]
102
- 1 * traceSegment.setTagTop('actor.ip', '1.1.1.1')
+ 1 * span.setTag('actor.ip', '1.1.1.1')
103
}
104
105
void 'throws if the config file is not parseable'() {
0 commit comments