Skip to content

Commit

Permalink
[ci-visibility] Fix typo in log.error (#4055)
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-fernandez authored and tlhunter committed Feb 13, 2024
1 parent 729ccbe commit b9f6e26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function getKnownTests ({
} else {
const apiKey = process.env.DATADOG_API_KEY || process.env.DD_API_KEY
if (!apiKey) {
return done(new Error('Skippable suites were not fetched because Datadog API key is not defined.'))
return done(new Error('Known tests were not fetched because Datadog API key is not defined.'))
}

options.headers['dd-api-key'] = apiKey
Expand Down

0 comments on commit b9f6e26

Please sign in to comment.