Skip to content

Commit 9db260f

Browse files
fix: Fix test names (#7727)
Replace #url by #path where #url is "http://localhost:<port>/#path". As the port is random, the name was random. Removing the host (localhost) or the port (random) does not cause issue for troubleshooting.
1 parent a7066d9 commit 9db260f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/base/HttpClientTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ abstract class HttpClientTest extends VersionedNamingTestBase {
158158
return null
159159
}
160160

161-
def "basic #method request #url - tagQueryString=#tagQueryString"() {
161+
def "basic #method request #path - tagQueryString=#tagQueryString"() {
162162
when:
163163
injectSysConfig(HTTP_CLIENT_TAG_QUERY_STRING, "$tagQueryString")
164164
def status = doRequest(method, url)

0 commit comments

Comments
 (0)