Fix for app url test config
This commit is contained in:
parent
16e3e1b759
commit
407dacaf8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue