Fixing qa-core message now that sync always occurs (dev and prod).
This commit is contained in:
parent
f87974caf1
commit
2629817741
|
@ -36,7 +36,7 @@ describe("Internal API - Application creation, update, publish and delete", () =
|
||||||
|
|
||||||
const [syncResponse, sync] = await config.api.apps.sync(app.appId!)
|
const [syncResponse, sync] = await config.api.apps.sync(app.appId!)
|
||||||
expect(sync).toEqual({
|
expect(sync).toEqual({
|
||||||
message: "App sync not required, app not deployed.",
|
message: "App sync completed successfully.",
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue