Skip to content

Commit 8fa3988

Browse files
change default in second place
1 parent be8e4e2 commit 8fa3988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class ConfigTest extends DDSpecification {
160160
config.jmxFetchStatsdHost == null
161161
config.jmxFetchStatsdPort == DEFAULT_JMX_FETCH_STATSD_PORT
162162

163-
config.healthMetricsEnabled == false
163+
config.healthMetricsEnabled == true
164164
config.healthMetricsStatsdHost == null
165165
config.healthMetricsStatsdPort == null
166166

@@ -1758,7 +1758,7 @@ class ConfigTest extends DDSpecification {
17581758
"42.42" | ClassThrowsExceptionForValueOfMethod // will wrapped in NumberFormatException anyway
17591759
}
17601760

1761-
def "revert to RANDOM with invalid id generation strategy" () {
1761+
def "revert to RANDOM with invalid id generation strategy"() {
17621762
setup:
17631763
def prop = new Properties()
17641764
prop.setProperty(ID_GENERATION_STRATEGY, "LOL")

0 commit comments

Comments
 (0)