diff --git a/packages/server/src/migrations/functions/tests/appUrls.spec.js b/packages/server/src/migrations/functions/tests/appUrls.spec.js index 7a2f324552..3d48515068 100644 --- a/packages/server/src/migrations/functions/tests/appUrls.spec.js +++ b/packages/server/src/migrations/functions/tests/appUrls.spec.js @@ -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