Skip to content

Commit

Permalink
Merge pull request #1481 from lpichler/fix_ci_failure_error_status
Browse files Browse the repository at this point in the history
Fix spec to use correct status of miq_task (CI failure)
(cherry picked from commit c321505)

https://bugzilla.redhat.com/show_bug.cgi?id=1460394
  • Loading branch information
Martin Povolny authored and simaishi committed Jun 12, 2017
1 parent 6d19261 commit 8e42ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/presenters/tree_node/miq_report_result_spec.rb
Expand Up @@ -2,7 +2,8 @@

describe TreeNode::MiqReportResult do
subject { described_class.new(object, nil, {}) }
let(:object) { FactoryGirl.create(:miq_report_result) }

let(:object) { FactoryGirl.create(:miq_report_result, :report => {}) }

include_examples 'TreeNode::Node#key prefix', 'rr-'
include_examples 'TreeNode::Node#icon', 'fa fa-arrow-right'
Expand Down

0 comments on commit 8e42ae1

Please sign in to comment.