diff --git a/test/integration/custom-routes/test/index.test.js b/test/integration/custom-routes/test/index.test.js index c7a0026f3b67f..a196645fbb6be 100644 --- a/test/integration/custom-routes/test/index.test.js +++ b/test/integration/custom-routes/test/index.test.js @@ -496,6 +496,7 @@ const runTests = (isDev = false) => { basePath: '', redirects: [ { + basePath: false, destination: '/:path+', regex: normalizeRegEx( '^(?:\\/((?:[^\\/]+?)(?:\\/(?:[^\\/]+?))*))\\/$'