Skip to content

Commit ad038d2

Browse files
author
Cecile Terpin
committed
fix test
1 parent 99966b8 commit ad038d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal-api/src/test/groovy/datadog/trace/api/ConfigTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ class ConfigTest extends DDSpecification {
739739
config.mergedSpanTags == [b: "2", c: "3"]
740740
config.mergedJmxTags == [b: "2", d: "4", (RUNTIME_ID_TAG): config.getRuntimeId(), (SERVICE_TAG): config.serviceName]
741741
config.requestHeaderTags == [e: "five"]
742-
config.baggageMapping == [f: "six",]
742+
config.baggageMapping == [f: "six",g: "g"]
743743
config.httpServerErrorStatuses == toBitSet((122..457))
744744
config.httpClientErrorStatuses == toBitSet((111..111))
745745
config.httpClientSplitByDomain == true

0 commit comments

Comments
 (0)