1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00
This commit is contained in:
Martin McKeaveney 2022-10-01 02:56:08 +01:00
parent c7db9588ce
commit 40a01977bd

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