1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Fixing qa-core message now that sync always occurs (dev and prod).

This commit is contained in:
mike12345567 2023-04-13 13:30:47 +01:00
parent f87974caf1
commit 2629817741

View file

@ -36,7 +36,7 @@ describe("Internal API - Application creation, update, publish and delete", () =
const [syncResponse, sync] = await config.api.apps.sync(app.appId!)
expect(sync).toEqual({
message: "App sync not required, app not deployed.",
message: "App sync completed successfully.",
})
})