Skip to content

Commit 8957bb4

Browse files
committed
[tests] Add config for DSN
1 parent 6a78af2 commit 8957bb4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

test/functional/CommandCallFunctional.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const opt = {
3838
privateKey,
3939
passphrase: process.env.TKPHRASE,
4040
verbose: !!process.env.TKVERBOSE,
41+
dsn: process.env.TKDSN,
4142
};
4243

4344
const transports = returnTransports(opt);

test/functional/ProgramCallFunctional.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const opt = {
3939
privateKey,
4040
passphrase: process.env.TKPHRASE,
4141
verbose: !!process.env.TKVERBOSE,
42+
dsn: process.env.TKDSN,
4243
};
4344

4445
const transports = returnTransports(opt);

test/functional/SqlCallFunctional.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const opt = {
3939
privateKey,
4040
passphrase: process.env.TKPHRASE,
4141
verbose: !!process.env.TKVERBOSE,
42+
dsn: process.env.TKDSN,
4243
};
4344

4445
const transports = returnTransports(opt);

test/functional/ToolkitFunctional.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const opt = {
3939
privateKey,
4040
passphrase: process.env.TKPHRASE,
4141
verbose: !!process.env.TKVERBOSE,
42+
dsn: process.env.TKDSN,
4243
};
4344

4445
const lib = 'NODETKTEST';

0 commit comments

Comments
 (0)