Skip to content

Commit cf660ad

Browse files
committed
Test
1 parent 1d6d749 commit cf660ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-java-agent/appsec/src/test/groovy/com/datadog/appsec/AppSecSystemSpecification.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class AppSecSystemSpecification extends DDSpecification {
9999
1 * appSecReqCtx.transferCollectedEvents() >> [Stub(AppSecEvent)]
100100
1 * appSecReqCtx.getRequestHeaders() >> ['foo-bar': ['1.1.1.1']]
101101
1 * appSecReqCtx.getResponseHeaders() >> [:]
102-
1 * traceSegment.setTagTop('actor.ip', '1.1.1.1')
102+
1 * span.setTag('actor.ip', '1.1.1.1')
103103
}
104104

105105
void 'throws if the config file is not parseable'() {

0 commit comments

Comments
 (0)