Skip to content

Commit 547cc59

Browse files
committed
Merge commit 'refs/pull/25/head' of https://github.com/hackolade/Synapse
2 parents f228417 + 2d336cc commit 547cc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reverse_engineering/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
async testConnection(connectionInfo, logger, callback, app) {
3232
try {
3333
logInfo('Test connection', connectionInfo, logger);
34-
await this.connect(connectionInfo);
34+
await this.connect(connectionInfo, logger);
3535
callback(null);
3636
} catch(error) {
3737
logger.log('error', { message: error.message, stack: error.stack, error }, 'Test connection');

0 commit comments

Comments
 (0)