Fix non-unique test case names (#2975)
This commit is contained in:
parent
0b38133704
commit
01a7f54197
|
@ -291,7 +291,7 @@ abstract class HttpClientTest<REQUEST> extends InstrumentationSpecification {
|
||||||
method << BODY_METHODS
|
method << BODY_METHODS
|
||||||
}
|
}
|
||||||
|
|
||||||
def "should suppress nested CLIENT span if already under parent CLIENT span"() {
|
def "should suppress nested CLIENT span if already under parent CLIENT span (#method)"() {
|
||||||
given:
|
given:
|
||||||
assumeTrue(testWithClientParent())
|
assumeTrue(testWithClientParent())
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue