mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
Fix Postgres test boundary fixture
This commit is contained in:
parent
1ed1e939bf
commit
d9255f7bf3
1 changed files with 2 additions and 2 deletions
|
|
@ -137,11 +137,11 @@ describe('KtxPostgresScanConnector', () => {
|
|||
readonly: true,
|
||||
},
|
||||
env: {
|
||||
DEMO_DATABASE_URL: 'postgresql://reader@start.kaelio.com:5432/demo?sslmode=prefer',
|
||||
DEMO_DATABASE_URL: 'postgresql://reader@demo.example.test:5432/demo?sslmode=prefer',
|
||||
},
|
||||
});
|
||||
expect(libpqPreferConfig).toMatchObject({
|
||||
host: 'start.kaelio.com',
|
||||
host: 'demo.example.test',
|
||||
port: 5432,
|
||||
database: 'demo',
|
||||
user: 'reader',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue