Skip to content

Commit

Permalink
Update packages/opentelemetry-node/test/agent-metadata.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Trent Mick <[email protected]>
  • Loading branch information
david-luna and trentm authored Jan 30, 2024
1 parent bad769b commit 1d04726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-node/test/agent-metadata.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const testFixtures = [
t.ok(attribs['telemetry.sdk.version']);
// Test metadata from the distro
t.equal(attribs['telemetry.distro.name'], 'elastic');
t.equal(attribs['telemetry.distro.version'], `${DISTRO_VERSION}`);
t.equal(attribs['telemetry.distro.version'], DISTRO_VERSION);
},
},
];
Expand Down

0 comments on commit 1d04726

Please sign in to comment.