[ARVADOS] updated: 1.3.0-1569-g9ff2b6f56
Git user
git at public.curoverse.com
Thu Sep 5 16:12:32 UTC 2019
Summary of changes:
services/api/test/fixtures/users.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via 9ff2b6f56e4d0c071d2f436a78bc536c541eaf16 (commit)
from 9902ba33a4006d8652e675f76b6d7e43a2446d14 (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 9ff2b6f56e4d0c071d2f436a78bc536c541eaf16
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Thu Sep 5 12:12:15 2019 -0400
15558: Fix duplicate identity_url in test fixtures
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/services/api/test/fixtures/users.yml b/services/api/test/fixtures/users.yml
index 7d6b1fc3a..ce81c8ff9 100644
--- a/services/api/test/fixtures/users.yml
+++ b/services/api/test/fixtures/users.yml
@@ -90,7 +90,7 @@ federated_active:
email: zbbbb-active-user at arvados.local
first_name: Active
last_name: User
- identity_url: https://active-user.openid.local
+ identity_url: https://federated-active-user.openid.local
is_active: true
is_admin: false
username: federatedactive
@@ -171,7 +171,7 @@ container_runtime_token_user:
email: spectator at arvados.local
first_name: Spect
last_name: Ator
- identity_url: https://spectator.openid.local
+ identity_url: https://container_runtime_token_user.openid.local
is_active: true
is_admin: false
username: containerruntimetokenuser
@@ -235,7 +235,7 @@ job_reader:
email: jobber at arvados.local
first_name: Job
last_name: Er
- identity_url: https://spectator.openid.local
+ identity_url: https://job_reader.openid.local
is_active: true
is_admin: false
username: jobber
@@ -372,7 +372,7 @@ permission_perftest:
email: fuse at arvados.local
first_name: FUSE
last_name: User
- identity_url: https://fuse.openid.local
+ identity_url: https://permission_perftest.openid.local
is_active: true
is_admin: false
username: perftest
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list