diff --git a/integration-tests/engines.js b/integration-tests/engines.js index 6f7d1498b..167382d22 100644 --- a/integration-tests/engines.js +++ b/integration-tests/engines.js @@ -22,7 +22,7 @@ const engines = [ label: 'PostgreSQL', connection: { engine: 'postgres@dbgate-plugin-postgres', - server: 'localhost', + server: 'postgres', password: 'Pwd2020Db', user: 'postgres', port: 5432,