Merge branch 'master' into 4523-search-index
[arvados.git] / services / api / test / functional / arvados / v1 / collections_controller_test.rb
index 3023c9f4bbab6873bb792e2018cb35a4988f0019..ed56b62cd9d2efa3c4e05aecb045204ef12bbac8 100644 (file)
@@ -679,9 +679,9 @@ EOS
           and expect response #{expected_response}" do
       authorize_with :active
 
-      description = ''
+      description = 'here is a collection with a very large description'
       while description.length < description_size
-        description += 'a'
+        description = description + description
       end
 
       post :create, collection: {