1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
6 require 'rails/performance_test_help'
8 class IndexTest < ActionDispatch::PerformanceTest
10 get '/arvados/v1/links', {format: :json}, auth(:admin)
12 def test_links_index_with_filters
13 get '/arvados/v1/links', {format: :json, filters: [%w[head_uuid is_a arvados#collection]].to_json}, auth(:admin)
15 def test_collections_index
16 get '/arvados/v1/collections', {format: :json}, auth(:admin)