Skip to content

Commit 00647e1

Browse files
committed
fix test
1 parent 664de73 commit 00647e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/init.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
122122
Found incompatible runtime Node.js ${process.versions.node}, Supported runtimes: Node.js \
123-
>=18.
123+
${engines.node}.
124124
false
125125
`, telemetryAbort))
126126

127127
it('should initialize the tracer, if DD_INJECT_FORCE', () =>
128128
doTestForced(`Aborting application instrumentation due to incompatible_runtime.
129129
Found incompatible runtime Node.js ${process.versions.node}, Supported runtimes: Node.js \
130-
>=18.
130+
${engines.node}.
131131
DD_INJECT_FORCE enabled, allowing unsupported runtimes and continuing.
132132
Application instrumentation bootstrapping complete
133133
true

0 commit comments

Comments
 (0)