From bc91505f04f5ac77a0f8a707c80fa7e41f9fa685 Mon Sep 17 00:00:00 2001 From: Stephen Crawford Date: Mon, 14 Aug 2023 16:46:40 -0400 Subject: [PATCH] backport Signed-off-by: Stephen Crawford --- test/jest_integration/jwt_auth.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/jest_integration/jwt_auth.test.ts b/test/jest_integration/jwt_auth.test.ts index 12c6d3ccc..8d2271df9 100644 --- a/test/jest_integration/jwt_auth.test.ts +++ b/test/jest_integration/jwt_auth.test.ts @@ -76,6 +76,7 @@ describe('start OpenSearch Dashboards server', () => { // to make ignoreVersionMismatch setting work // can be removed when we have corresponding ES version dev: true, + basePath: false, } );