From 1cbc8f98d5b9591f99b3f2c6efcaceaf04ab4831 Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Mon, 20 Sep 2021 13:42:12 -0400 Subject: [PATCH] 17229: Update test for token browser storage location Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- src/store/auth/auth-action.test.ts | 1 + 1 file changed, 1 insertion(+) 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: { -- 2.30.2