We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5a762 commit 2e1f464Copy full SHA for 2e1f464
test/integration/setup.ts
@@ -50,7 +50,7 @@ before(() => {
50
}
51
52
try {
53
- apiKey = fs.readFileSync(path.join(__dirname, '../resources/apikey.txt')).toString();
+ apiKey = fs.readFileSync(path.join(__dirname, '../resources/apikey.txt')).toString().trim();
54
} catch (error) {
55
console.log(chalk.red(
56
'The integration test suite requires an API key for a ' +
0 commit comments