[ARVADOS-WORKBENCH2] updated: 1.2.1-1062-g7108a1b

Git user git at public.curoverse.com
Thu Nov 29 08:16:25 EST 2018


Summary of changes:
 src/store/auth/auth-actions.test.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  7108a1b63584de629f0632f8179304216a5ec9bb (commit)
      from  b223ff6adeb599c59346042a096fac309429db1f (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 7108a1b63584de629f0632f8179304216a5ec9bb
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Thu Nov 29 14:16:12 2018 +0100

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

diff --git a/src/store/auth/auth-actions.test.ts b/src/store/auth/auth-actions.test.ts
index 3d6913a..c54438b 100644
--- a/src/store/auth/auth-actions.test.ts
+++ b/src/store/auth/auth-actions.test.ts
@@ -43,7 +43,7 @@ describe('auth-actions', () => {
         localStorage.setItem(USER_LAST_NAME_KEY, "Doe");
         localStorage.setItem(USER_UUID_KEY, "uuid");
         localStorage.setItem(USER_OWNER_UUID_KEY, "ownerUuid");
-        localStorage.setItem(USER_IS_ADMIN, JSON.stringify(false));
+        localStorage.setItem(USER_IS_ADMIN, JSON.stringify("false"));
 
         store.dispatch(initAuth());
 
@@ -56,7 +56,7 @@ describe('auth-actions', () => {
                 lastName: "Doe",
                 uuid: "uuid",
                 ownerUuid: "ownerUuid",
-                isAdmin: false
+                isAdmin: true
             }
         });
     });

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list