From 62731cc729374038c7935c5f82a5aac298b0d5f9 Mon Sep 17 00:00:00 2001 From: archipelago Date: Mon, 7 Sep 2026 03:30:29 -0400 Subject: [PATCH] test(ui): use shipped app for generated launch port check --- .../src/views/appSession/__tests__/appSessionConfig.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neode-ui/src/views/appSession/__tests__/appSessionConfig.test.ts b/neode-ui/src/views/appSession/__tests__/appSessionConfig.test.ts index 5f2aa83e..0ef59457 100644 --- a/neode-ui/src/views/appSession/__tests__/appSessionConfig.test.ts +++ b/neode-ui/src/views/appSession/__tests__/appSessionConfig.test.ts @@ -64,10 +64,10 @@ describe('appSessionConfig', () => { configurable: true, }) - // did-wallet's manifest publishes host port 8088 (apps/did-wallet/ + // searxng's manifest publishes host port 8888 (apps/searxng/ // manifest.yml) — assert against the manifest-generated value, which is // exactly what this test exists to protect. - expect(resolveAppUrl('did-wallet')).toBe('http://192.0.2.10:8088') + expect(resolveAppUrl('searxng')).toBe('http://192.0.2.10:8888') }) it('does not treat service-only tcp ports as web launch surfaces', () => {