diff --git a/packages/rest-explorer/src/__tests__/acceptance/rest-explorer.express.acceptance.ts b/packages/rest-explorer/src/__tests__/acceptance/rest-explorer.express.acceptance.ts index 97c0a8dbd9b6..31c8d4df8e97 100644 --- a/packages/rest-explorer/src/__tests__/acceptance/rest-explorer.express.acceptance.ts +++ b/packages/rest-explorer/src/__tests__/acceptance/rest-explorer.express.acceptance.ts @@ -35,7 +35,7 @@ describe('REST Explorer mounted as an express router', () => { .expect('location', '/api/explorer/'); }); - it('honors basePath config', async () => { + it('uses correct URLs when basePath is set', async () => { server.basePath('/v1'); await client // static assets (including swagger-ui) honor basePath