Merge branch '21535-multi-wf-delete'
[arvados.git] / services / api / test / integration / groups_test.rb
index e76f2b54068ad729fe94f87a3d2150846674db0b..bc5a08c2c8dced5e4f17a621965b1fef75f1a599 100644 (file)
@@ -140,7 +140,7 @@ class GroupsTest < ActionDispatch::IntegrationTest
 
   test 'count none works with offset' do
     first_results = nil
-    (0..10).each do |offset|
+    (0..5).each do |offset|
       get "/arvados/v1/groups/contents", params: {
         id: groups(:aproject).uuid,
         offset: offset,