Skip to content

Commit

Permalink
Update testValidation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber committed Jun 14, 2024
1 parent 31e063c commit b68e760
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functionalTests/runner/testValidation.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ module.exports.TestValidation = class TestValidation {

// Helper fn for validator that runs on all telemetry items
const baseValidator = (item) => {
return true;
return item.tags['ai.internal.sdkVersion'].indexOf("node") > -1; // sdk should always report a version including "node:"
};

Expand Down

0 comments on commit b68e760

Please sign in to comment.