Fix non-unique test case names (#2975)

This commit is contained in:
Mateusz Rzeszutek 2021-05-12 19:01:56 +02:00 committed by GitHub
parent 0b38133704
commit 01a7f54197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ abstract class HttpClientTest<REQUEST> extends InstrumentationSpecification {
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:
assumeTrue(testWithClientParent())