[ARVADOS-WORKBENCH2] updated: 1.2.0-941-g827833d
Git user
git at public.curoverse.com
Mon Nov 26 04:04:15 EST 2018
Summary of changes:
src/store/auth/auth-actions.test.ts | 1 +
1 file changed, 1 insertion(+)
via 827833da07f797f9ee445c62c301cbfbe01200dc (commit)
from ff91f7f0b03da40313191745848a3c297370376c (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 827833da07f797f9ee445c62c301cbfbe01200dc
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Mon Nov 26 10:04:08 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 a1cd7f4..231c37b 100644
--- a/src/store/auth/auth-actions.test.ts
+++ b/src/store/auth/auth-actions.test.ts
@@ -47,6 +47,7 @@ describe('auth-actions', () => {
expect(store.getState().auth).toEqual({
apiToken: "token",
+ sshKeys: [],
user: {
email: "test at test.com",
firstName: "John",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list