[ARVADOS-WORKBENCH2] updated: 1.2.1-1061-gb223ff6

Git user git at public.curoverse.com
Thu Nov 29 07:33:05 EST 2018


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

       via  b223ff6adeb599c59346042a096fac309429db1f (commit)
      from  3fe29b3b329b7d61fe8740c02d6f84454d9c310b (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 b223ff6adeb599c59346042a096fac309429db1f
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Thu Nov 29 13:32:57 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 3dd486b..a4017db 100644
--- a/src/store/auth/auth-reducer.test.ts
+++ b/src/store/auth/auth-reducer.test.ts
@@ -30,7 +30,7 @@ describe('auth-reducer', () => {
             lastName: "Doe",
             uuid: "uuid",
             ownerUuid: "ownerUuid",
-            isAdmin: true
+            isAdmin: false
         };
         const state = reducer(initialState, authActions.INIT({ user, token: "token" }));
         expect(state).toEqual({
@@ -60,7 +60,7 @@ describe('auth-reducer', () => {
             lastName: "Doe",
             uuid: "uuid",
             ownerUuid: "ownerUuid",
-            isAdmin: true
+            isAdmin: false
         };
 
         const state = reducer(initialState, authActions.USER_DETAILS_SUCCESS(user));
@@ -73,7 +73,7 @@ describe('auth-reducer', () => {
                 lastName: "Doe",
                 uuid: "uuid",
                 ownerUuid: "ownerUuid",
-                isAdmin: true
+                isAdmin: false
             }
         });
     });

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list