[ARVADOS] updated: d10632b566429e52a648c6269652e60aef9e351c
Git user
git at public.curoverse.com
Wed Jun 21 12:39:40 EDT 2017
Summary of changes:
services/api/test/functional/arvados/v1/groups_controller_test.rb | 1 +
1 file changed, 1 insertion(+)
via d10632b566429e52a648c6269652e60aef9e351c (commit)
from 694f3f5c05a37cdf6e70a164b0c8dd8171b97cda (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 d10632b566429e52a648c6269652e60aef9e351c
Author: radhika <radhika at curoverse.com>
Date: Wed Jun 21 12:39:13 2017 -0400
9426: update "limit" in test
Arvados-DCO-1.1-Signed-off-by: Radhika Chippada <radhika at curoverse.com>
diff --git a/services/api/test/functional/arvados/v1/groups_controller_test.rb b/services/api/test/functional/arvados/v1/groups_controller_test.rb
index 3beec35..7e3cad7 100644
--- a/services/api/test/functional/arvados/v1/groups_controller_test.rb
+++ b/services/api/test/functional/arvados/v1/groups_controller_test.rb
@@ -116,6 +116,7 @@ class Arvados::V1::GroupsControllerTest < ActionController::TestCase
authorize_with :active
get :contents, {
format: :json,
+ limit: 200,
id: users(:active).uuid
}
assert_response :success
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list