Merge pull request #10877 from Budibase/fix-postgres-qa-test

Fix broken qa-core test
This commit is contained in:
Adria Navarro 2023-06-13 12:42:40 +01:00 committed by GitHub
commit 5a23c7c4c3
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import { GenericContainer } from "testcontainers"
import postgres from "../../../../packages/server/src/integrations/postgres"
jest.unmock("pg")