Skip to content

Commit 5f5a79b

Browse files
committed
fixing missing auth error message
1 parent acc7e70 commit 5f5a79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/resources/integration_test_server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var watson = require('watson-developer-cloud');
44
var AUTH_FILE = __dirname + '/stt-auth.json';
55

66
if (!fs.existsSync(AUTH_FILE)) {
7-
console.error('Missing required test/resources/auth.json for integration test - see https://github.com/watson-developer-cloud/node-sdk#getting-the-service-credentials');
7+
console.error('Missing required test/resources/stt-auth.json for integration test - see https://github.com/watson-developer-cloud/node-sdk#getting-the-service-credentials');
88
process.exit(1);
99
}
1010

0 commit comments

Comments
 (0)