15088: Fixes tests broken by the merge
[arvados-workbench2.git] / src / store / auth / auth-reducer.test.ts
index 38cf1581d3796dc5b89a4d7cfc897adc425271ce..14d92803cc1fc21750d662d723ded60c2d3221ad 100644 (file)
@@ -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",