Fix failing test from master.
This commit is contained in:
parent
188bdf498f
commit
041b9c30d4
|
@ -54,7 +54,7 @@ class Play26Test extends AgentTestRunner {
|
||||||
spanType DDSpanTypes.HTTP_SERVER
|
spanType DDSpanTypes.HTTP_SERVER
|
||||||
errored false
|
errored false
|
||||||
tags {
|
tags {
|
||||||
defaultTags()
|
defaultTags(true)
|
||||||
"http.status_code" 200
|
"http.status_code" 200
|
||||||
"http.url" "http://localhost:$port/helloplay/spock"
|
"http.url" "http://localhost:$port/helloplay/spock"
|
||||||
"http.method" "GET"
|
"http.method" "GET"
|
||||||
|
|
Loading…
Reference in New Issue