diff --git a/src/AppEntry.js b/src/AppEntry.js
index cce83d75a..5263c7141 100644
--- a/src/AppEntry.js
+++ b/src/AppEntry.js
@@ -9,7 +9,7 @@ import '@patternfly/react-styles/css/components/Select/select.css';
const AppEntry = () => (
-
+
diff --git a/src/components/authentication/__tests__/__snapshots__/authentication.test.js.snap b/src/components/authentication/__tests__/__snapshots__/authentication.test.js.snap
index 3a4dc0dd9..d1f4dc9ea 100644
--- a/src/components/authentication/__tests__/__snapshots__/authentication.test.js.snap
+++ b/src/components/authentication/__tests__/__snapshots__/authentication.test.js.snap
@@ -301,7 +301,7 @@ exports[`Authentication Component should return a message on 401 error: 401 erro
exports[`Authentication Component should return a redirect on 418 error: 418 error 1`] = `
{
};
const routeDetail = {
- baseName: routerHelpers.baseName,
+ baseName: routerHelpers.dynamicBaseName(),
errorRoute: activateOnErrorRoute,
routes,
routeItem: { ...item },