1
0
Fork 0
mirror of synced 2024-08-09 15:17:57 +12:00
This commit is contained in:
Adria Navarro 2023-09-13 16:39:23 +02:00
parent d1e1ad4930
commit 405ea4e37b
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ const datasets = {
}
describe("Rest Importer", () => {
const config = new TestConfig()
const config = new TestConfig(false)
beforeAll(async () => {
await config.init()

View file

@ -5,7 +5,7 @@ import { QuotaUsageType, StaticQuotaName } from "@budibase/types"
import { db as dbCore, context } from "@budibase/backend-core"
describe("syncRows", () => {
let config = new TestConfig()
let config = new TestConfig(false)
beforeEach(async () => {
await config.init()