15088: Fixes tests broken by the merge
authorEric Biagiotti <ebiagiotti@veritasgenetics.com>
Wed, 15 May 2019 15:35:08 +0000 (11:35 -0400)
committerEric Biagiotti <ebiagiotti@veritasgenetics.com>
Wed, 15 May 2019 15:35:08 +0000 (11:35 -0400)
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

src/store/auth/auth-action.test.ts
src/store/auth/auth-reducer.test.ts

index 11f29e45d304cc4bf866b25b2b900e1c702cc942..4a69fc15b319a8089ab95354c32c01a39855a0d2 100644 (file)
@@ -64,6 +64,7 @@ describe('auth-actions', () => {
             sshKeys: [],
             homeCluster: "zzzzz",
             localCluster: "zzzzz",
+            remoteHostsConfig: {},
             remoteHosts: {
                 zzzzz: "zzzzz.arvadosapi.com",
                 xc59z: "xc59z.arvadosapi.com"
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",