Skip to content

Commit

Permalink
Create MiqReportResult accessible by current_user.
Browse files Browse the repository at this point in the history
(transferred from ManageIQ/manageiq@36e042b)
  • Loading branch information
isimluk committed Jun 29, 2017
1 parent e449da2 commit a972c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/api/collections_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def test_collection_bulk_query(collection, collection_url, klass, id = nil)
end

it "bulk query Report Results" do
FactoryGirl.create(:miq_report_result)
FactoryGirl.create(:miq_report_result, :miq_group => @user.current_group)
test_collection_bulk_query(:results, results_url, MiqReportResult)
end

Expand Down

0 comments on commit a972c8c

Please sign in to comment.