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
1 changed files with 1 additions and 1 deletions

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.",
})
})