2 require 'rails/performance_test_help'
4 class IndexTest < ActionDispatch::PerformanceTest
6 get '/arvados/v1/links', {format: :json}, auth(:admin)
8 def test_links_index_with_filters
9 get '/arvados/v1/links', {format: :json, filters: [%w[head_uuid is_a arvados#collection]].to_json}, auth(:admin)
11 def test_collections_index
12 get '/arvados/v1/collections', {format: :json}, auth(:admin)