[arvados-workbench2] updated: 2.6.3-37-g587195ac
git repository hosting
git at public.arvados.org
Mon Aug 14 18:08:49 UTC 2023
Summary of changes:
src/store/auth/auth-action.test.ts | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
via 587195ac34ceebc8ce8be5320658926cd1e5dc44 (commit)
from 7a0091597196ff8fbce0495607771b8688ffea46 (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 587195ac34ceebc8ce8be5320658926cd1e5dc44
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Aug 14 14:08:39 2023 -0400
18946: Fix unit tests
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/src/store/auth/auth-action.test.ts b/src/store/auth/auth-action.test.ts
index cba93965..ede41925 100644
--- a/src/store/auth/auth-action.test.ts
+++ b/src/store/auth/auth-action.test.ts
@@ -83,10 +83,11 @@ describe('auth-actions', () => {
const config: any = {
rootUrl: "https://zzzzz.example.com",
uuidPrefix: "zzzzz",
- remoteHosts: { },
+ remoteHosts: {},
apiRevision: 12345678,
clusterConfig: {
Login: { LoginCluster: "" },
+ Workbench: { UserProfileFormFields: {} }
},
};
@@ -162,6 +163,7 @@ describe('auth-actions', () => {
apiRevision: 12345678,
clusterConfig: {
Login: { LoginCluster: "zzzz1" },
+ Workbench: { UserProfileFormFields: {} }
},
};
@@ -226,6 +228,7 @@ describe('auth-actions', () => {
apiRevision: 12345678,
clusterConfig: {
Login: { LoginCluster: "" },
+ Workbench: { UserProfileFormFields: {} }
},
};
@@ -249,6 +252,7 @@ describe('auth-actions', () => {
Login: {
LoginCluster: "",
},
+ Workbench: { UserProfileFormFields: {} }
},
remoteHosts: {
"xc59z": "xc59z.example.com",
@@ -269,6 +273,7 @@ describe('auth-actions', () => {
"Login": {
"LoginCluster": "",
},
+ Workbench: { UserProfileFormFields: {} }
},
"remoteHosts": {
"xc59z": "xc59z.example.com",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list