[ARVADOS-WORKBENCH2] updated: 1.2.0-940-gff91f7f

Git user git at public.curoverse.com
Mon Nov 26 03:56:31 EST 2018


Summary of changes:
 src/store/auth/auth-reducer.test.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  ff91f7f0b03da40313191745848a3c297370376c (commit)
      from  4ab30205d4a2ea82d6fd4a71798ec2e1eba4ac0a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ff91f7f0b03da40313191745848a3c297370376c
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Mon Nov 26 09:56:21 2018 +0100

    refs #master Fix auth reducer test
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/src/store/auth/auth-reducer.test.ts b/src/store/auth/auth-reducer.test.ts
index 25ce2c1..8cde324 100644
--- a/src/store/auth/auth-reducer.test.ts
+++ b/src/store/auth/auth-reducer.test.ts
@@ -34,7 +34,8 @@ describe('auth-reducer', () => {
         const state = reducer(initialState, authActions.INIT({ user, token: "token" }));
         expect(state).toEqual({
             apiToken: "token",
-            user
+            user,
+            sshKeys: []
         });
     });
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list