From 6712c8136fad0c25b32d31bfaa76d3f9e14707f6 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Wed, 8 Jan 2025 17:06:53 +0100 Subject: [PATCH] fix --- integration-tests/tools.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/tools.js b/integration-tests/tools.js index b09a259bc..2a25f5dd9 100644 --- a/integration-tests/tools.js +++ b/integration-tests/tools.js @@ -10,6 +10,8 @@ function randomDbName(dialect) { } function extractConnection(engine) { + const { connection } = engine; + return { ...connection, ...engine.local,