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 ad97595 commit 88e53a1Copy full SHA for 88e53a1
test/plugin.test.js
@@ -6,9 +6,9 @@ const Fastify = require('fastify')
6
const oracledb = require('oracledb')
7
8
const poolOptions = {
9
- user: 'RANINFO',
10
- password: 'RANINFO',
11
- connectString: 'TTGDB12C-RANINFO_INTERNAL_DEV'
+ user: 'travis',
+ password: 'travis',
+ connectString: 'localhost/xe'
12
}
13
14
test('creates pool from config', (t) => {
0 commit comments