[ARVADOS] updated: 1.1.3-290-gee4cf11
Git user
git at public.curoverse.com
Wed Mar 28 09:13:48 EDT 2018
Summary of changes:
services/api/test/functional/arvados/v1/users_controller_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ee4cf1187d0dd44608e501df939d81b35d37772e (commit)
from ff5d3339957428c7a0d614d35cad2dbb206a9f88 (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 ee4cf1187d0dd44608e501df939d81b35d37772e
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Wed Mar 28 09:10:32 2018 -0400
13111: Update tests to accept username in API response.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/api/test/functional/arvados/v1/users_controller_test.rb b/services/api/test/functional/arvados/v1/users_controller_test.rb
index a506486..39c905a 100644
--- a/services/api/test/functional/arvados/v1/users_controller_test.rb
+++ b/services/api/test/functional/arvados/v1/users_controller_test.rb
@@ -817,7 +817,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase
NON_ADMIN_USER_DATA = ["uuid", "kind", "is_active", "email", "first_name",
- "last_name"].sort
+ "last_name", "username"].sort
def check_non_admin_index
assert_response :success
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list