diff --git a/dd-java-agent/instrumentation/play-2.4/src/latestDepTest/groovy/Play26Test.groovy b/dd-java-agent/instrumentation/play-2.4/src/latestDepTest/groovy/Play26Test.groovy index 0a6794d860..ec82543e66 100644 --- a/dd-java-agent/instrumentation/play-2.4/src/latestDepTest/groovy/Play26Test.groovy +++ b/dd-java-agent/instrumentation/play-2.4/src/latestDepTest/groovy/Play26Test.groovy @@ -54,7 +54,7 @@ class Play26Test extends AgentTestRunner { spanType DDSpanTypes.HTTP_SERVER errored false tags { - defaultTags() + defaultTags(true) "http.status_code" 200 "http.url" "http://localhost:$port/helloplay/spock" "http.method" "GET"