1
0
Fork 0
mirror of synced 2024-06-17 09:55:09 +12:00

Fix for app url test config

This commit is contained in:
Dean 2024-05-02 17:34:04 +01:00
parent 16e3e1b759
commit 407dacaf8c

View file

@ -13,7 +13,7 @@ describe("run", () => {
afterAll(config.end)
it("runs successfully", async () => {
const app = await config.createApp("testApp")
const app = await config.createApp({ appName: "testApp" })
const metadata = await dbCore.doWithDB(app.appId, async db => {
const metadataDoc = await db.get(dbCore.DocumentType.APP_METADATA)
delete metadataDoc.url