1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00
This commit is contained in:
Martin McKeaveney 2022-10-01 02:56:08 +01:00
parent 65c70cca4c
commit 2610475150

View file

@ -64,7 +64,7 @@ describe("Internal API - /applications endpoints", () => {
it("POST - Create an application from a template, publish and check it renders", async () => {
// create the app
const appName = generator.word()
const [response, app] = await createAppFromTemplate({ name: appName })
const [response, app] = await createAppFromTemplate()
expect(response).toHaveStatusCode(200)
expect(app.appId).toBeDefined()
config.applications.api.appId = app.appId