From 041b9c30d47c9ff6271c87fd663edad4656d68d2 Mon Sep 17 00:00:00 2001 From: Tyler Benson Date: Tue, 23 Oct 2018 17:35:00 +1000 Subject: [PATCH] Fix failing test from master. --- .../play-2.4/src/latestDepTest/groovy/Play26Test.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"