We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca92ba commit c350437Copy full SHA for c350437
1 file changed
internal-api/src/test/groovy/datadog/trace/api/BaseHashTest.groovy
@@ -17,7 +17,7 @@ class BaseHashTest extends DDSpecification {
17
18
def cleanup() {
19
// restore the default enablement
20
- injectSysConfig(EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED, "true")
+ removeSysConfig(EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED)
21
ProcessTags.reset()
22
}
23
0 commit comments