File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal-api/src/test/groovy/datadog/trace/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments