diff --git a/neode-ui/src/views/appSession/__tests__/appSessionConfig.test.ts b/neode-ui/src/views/appSession/__tests__/appSessionConfig.test.ts index 61d7b46d..d9c51de1 100644 --- a/neode-ui/src/views/appSession/__tests__/appSessionConfig.test.ts +++ b/neode-ui/src/views/appSession/__tests__/appSessionConfig.test.ts @@ -33,7 +33,10 @@ describe('appSessionConfig', () => { configurable: true, }) - expect(resolveAppUrl('did-wallet')).toBe('http://192.168.1.228:8083') + // did-wallet's manifest publishes host port 8088 (apps/did-wallet/ + // manifest.yml) — assert against the manifest-generated value, which is + // exactly what this test exists to protect. + expect(resolveAppUrl('did-wallet')).toBe('http://192.168.1.228:8088') }) it('does not treat service-only tcp ports as web launch surfaces', () => {