X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/608f3e19607e00b76ef9fb8cedef8124a31ceff7..0f5b0542513b572959e39400bae42e69aeb1a7b6:/services/workbench2/src/store/auth/auth-action.test.ts diff --git a/services/workbench2/src/store/auth/auth-action.test.ts b/services/workbench2/src/store/auth/auth-action.test.ts index cba9396589..ede419251b 100644 --- a/services/workbench2/src/store/auth/auth-action.test.ts +++ b/services/workbench2/src/store/auth/auth-action.test.ts @@ -83,10 +83,11 @@ describe('auth-actions', () => { const config: any = { rootUrl: "https://zzzzz.example.com", uuidPrefix: "zzzzz", - remoteHosts: { }, + remoteHosts: {}, apiRevision: 12345678, clusterConfig: { Login: { LoginCluster: "" }, + Workbench: { UserProfileFormFields: {} } }, }; @@ -162,6 +163,7 @@ describe('auth-actions', () => { apiRevision: 12345678, clusterConfig: { Login: { LoginCluster: "zzzz1" }, + Workbench: { UserProfileFormFields: {} } }, }; @@ -226,6 +228,7 @@ describe('auth-actions', () => { apiRevision: 12345678, clusterConfig: { Login: { LoginCluster: "" }, + Workbench: { UserProfileFormFields: {} } }, }; @@ -249,6 +252,7 @@ describe('auth-actions', () => { Login: { LoginCluster: "", }, + Workbench: { UserProfileFormFields: {} } }, remoteHosts: { "xc59z": "xc59z.example.com", @@ -269,6 +273,7 @@ describe('auth-actions', () => { "Login": { "LoginCluster": "", }, + Workbench: { UserProfileFormFields: {} } }, "remoteHosts": { "xc59z": "xc59z.example.com",