X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2ba76201944d5ad4ef84aaf16c18f5bbb38a8b89..56069f1f9fa111b9756e9bfa7a3b0c9dba2e9a7a:/src/store/auth/auth-reducer.test.ts diff --git a/src/store/auth/auth-reducer.test.ts b/src/store/auth/auth-reducer.test.ts index 38cf1581d3..14d92803cc 100644 --- a/src/store/auth/auth-reducer.test.ts +++ b/src/store/auth/auth-reducer.test.ts @@ -43,7 +43,8 @@ describe('auth-reducer', () => { sessions: [], homeCluster: "zzzzz", localCluster: "", - remoteHosts: {} + remoteHosts: {}, + remoteHostsConfig: {} }); }); @@ -59,6 +60,7 @@ describe('auth-reducer', () => { homeCluster: "", localCluster: "", remoteHosts: {}, + remoteHostsConfig: {} }); }); @@ -85,6 +87,7 @@ describe('auth-reducer', () => { homeCluster: "", localCluster: "", remoteHosts: {}, + remoteHostsConfig: {}, user: { email: "test@test.com", firstName: "John",