[ARVADOS-WORKBENCH2] updated: 1.3.1-475-g2d080c95
Git user
git at public.curoverse.com
Tue May 21 18:19:05 UTC 2019
Summary of changes:
src/store/auth/auth-action.test.ts | 1 +
src/store/auth/auth-reducer.test.ts | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
via 2d080c950318d44e6ea2af1f7ce39c157c5c833b (commit)
from f06094d87f1c1b1bb8e886dd723bcdf17f0b727d (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 2d080c950318d44e6ea2af1f7ce39c157c5c833b
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Tue May 21 14:18:57 2019 -0400
Fix tests refs #15230
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/src/store/auth/auth-action.test.ts b/src/store/auth/auth-action.test.ts
index 11f29e45..f28ae179 100644
--- a/src/store/auth/auth-action.test.ts
+++ b/src/store/auth/auth-action.test.ts
@@ -68,6 +68,7 @@ describe('auth-actions', () => {
zzzzz: "zzzzz.arvadosapi.com",
xc59z: "xc59z.arvadosapi.com"
},
+ remoteHostsConfig: {},
sessions: [{
"active": true,
"baseUrl": undefined,
diff --git a/src/store/auth/auth-reducer.test.ts b/src/store/auth/auth-reducer.test.ts
index 38cf1581..14d92803 100644
--- a/src/store/auth/auth-reducer.test.ts
+++ b/src/store/auth/auth-reducer.test.ts
@@ -43,7 +43,8 @@ describe('auth-reducer', () => {
sessions: [],
homeCluster: "zzzzz",
localCluster: "",
- remoteHosts: {}
+ remoteHosts: {},
+ remoteHostsConfig: {}
});
});
@@ -59,6 +60,7 @@ describe('auth-reducer', () => {
homeCluster: "",
localCluster: "",
remoteHosts: {},
+ remoteHostsConfig: {}
});
});
@@ -85,6 +87,7 @@ describe('auth-reducer', () => {
homeCluster: "",
localCluster: "",
remoteHosts: {},
+ remoteHostsConfig: {},
user: {
email: "test at test.com",
firstName: "John",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list