Skip to content

Commit 7ff0bee

Browse files
committed
wip
1 parent 4259a5c commit 7ff0bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry/src/test/groovy/datadog/telemetry/TelemetryServiceSpecification.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class TelemetryServiceSpecification extends DDSpecification {
2626
def distribution = new DistributionSeries().namespace("tracers").metric("distro").points([1, 2, 3]).tags(["tag1", "tag2"]).common(false)
2727
def logMessage = new LogMessage().message("log-message").tags("tag1:tag2").level(LogMessageLevel.DEBUG).stackTrace("stack-trace").tracerTime(32423).count(1)
2828
def productChange = new ProductChange().productType(ProductChange.ProductType.APPSEC).enabled(true)
29-
def endpoint = new Endpoint().first(true).type('REST').method("GET").operation('http.request').path("/test")
29+
def endpoint = new Endpoint().first(true).type('REST').method("GET").operation('http.request').resource("GET /test").path("/test")
3030

3131
def 'happy path without data'() {
3232
setup:

0 commit comments

Comments
 (0)