Skip to content

Commit 88e53a1

Browse files
committed
log error to findout
1 parent ad97595 commit 88e53a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/plugin.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const Fastify = require('fastify')
66
const oracledb = require('oracledb')
77

88
const poolOptions = {
9-
user: 'RANINFO',
10-
password: 'RANINFO',
11-
connectString: 'TTGDB12C-RANINFO_INTERNAL_DEV'
9+
user: 'travis',
10+
password: 'travis',
11+
connectString: 'localhost/xe'
1212
}
1313

1414
test('creates pool from config', (t) => {

0 commit comments

Comments
 (0)