diff --git a/apps/ledger-live-desktop/tests/models/LiveAppWebview.ts b/apps/ledger-live-desktop/tests/models/LiveAppWebview.ts index 46da71042d9a..4a64d2a2b5ef 100644 --- a/apps/ledger-live-desktop/tests/models/LiveAppWebview.ts +++ b/apps/ledger-live-desktop/tests/models/LiveAppWebview.ts @@ -54,7 +54,7 @@ export class LiveAppWebview { // eslint-disable-next-line no-console console.info(`========> Live app successfully running on port ${port}! <=========`); - const localManifests = JSON.stringify(getLiveAppManifest(liveAppManifest)); + const localManifests = JSON.stringify(getLiveAppManifest({ ...liveAppManifest, url: url })); process.env.MOCK_REMOTE_LIVE_MANIFEST = localManifests; console.log("mock manifest:", process.env.MOCK_REMOTE_LIVE_MANIFEST); return true; diff --git a/libs/test-utils/src/index.ts b/libs/test-utils/src/index.ts index eca272c56f4c..a5935cae12c1 100644 --- a/libs/test-utils/src/index.ts +++ b/libs/test-utils/src/index.ts @@ -35,7 +35,7 @@ export function startDummyServer(appPath: string, port = 0): Promise { } export function getLiveAppManifest( - params: Partial & Pick, + params: Partial & Pick, ): AppManifest[] { const manifest = [ {