From 3953f764a5d0df32bc31158b655290810257c2b4 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 27 May 2021 12:46:46 +0200 Subject: [PATCH] pg test try to connect --- integration-tests/engines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,