[ARVADOS-WORKBENCH2] updated: 2.2.1-83-g1cbc8f98
Git user
git at public.arvados.org
Mon Sep 20 17:42:30 UTC 2021
Summary of changes:
src/store/auth/auth-action.test.ts | 1 +
1 file changed, 1 insertion(+)
via 1cbc8f98d5b9591f99b3f2c6efcaceaf04ab4831 (commit)
from ea76bd74a7d11f6aa2f65da3c56251a4aa40cf12 (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 1cbc8f98d5b9591f99b3f2c6efcaceaf04ab4831
Author: Stephen Smith <stephen at curii.com>
Date: Mon Sep 20 13:42:12 2021 -0400
17229: Update test for token browser storage location
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/src/store/auth/auth-action.test.ts b/src/store/auth/auth-action.test.ts
index 62c96cac..cba93965 100644
--- a/src/store/auth/auth-action.test.ts
+++ b/src/store/auth/auth-action.test.ts
@@ -242,6 +242,7 @@ describe('auth-actions', () => {
expect(auth).toEqual({
apiToken: "token",
apiTokenExpiration: new Date("2140-01-01T00:00:00.000Z"),
+ apiTokenLocation: "localStorage",
config: {
apiRevision: 12345678,
clusterConfig: {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list