Skip to content

Commit

Permalink
bulk query spec for cloud volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
AparnaKarve committed Mar 15, 2017
1 parent e7fd6a6 commit 0bbcd8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/requests/api/collections_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -575,5 +575,10 @@ def test_collection_bulk_query(collection, collection_url, klass, id = nil)
FactoryGirl.create(:load_balancer)
test_collection_bulk_query(:load_balancers, load_balancers_url, LoadBalancer)
end

it 'bulk query CloudVolumes' do
FactoryGirl.create(:cloud_volume)
test_collection_bulk_query(:cloud_volumes, cloud_volumes_url, CloudVolume)
end
end
end

0 comments on commit 0bbcd8a

Please sign in to comment.