File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,14 +120,14 @@ function testRuntimeVersionChecks (arg, filename) {
120120 it ( 'should not initialize the tracer' , ( ) =>
121121 doTest ( `Aborting application instrumentation due to incompatible_runtime.
122122Found incompatible runtime Node.js ${ process . versions . node } , Supported runtimes: Node.js \
123- >=18 .
123+ ${ engines . node } .
124124false
125125` , telemetryAbort ) )
126126
127127 it ( 'should initialize the tracer, if DD_INJECT_FORCE' , ( ) =>
128128 doTestForced ( `Aborting application instrumentation due to incompatible_runtime.
129129Found incompatible runtime Node.js ${ process . versions . node } , Supported runtimes: Node.js \
130- >=18 .
130+ ${ engines . node } .
131131DD_INJECT_FORCE enabled, allowing unsupported runtimes and continuing.
132132Application instrumentation bootstrapping complete
133133true
You can’t perform that action at this time.
0 commit comments