Skip to content

Commit

Permalink
Merge pull request #14923 from isimluk/sporadic-tt
Browse files Browse the repository at this point in the history
Hint us about nature of sporadic test failute
(cherry picked from commit 86acbb1)
  • Loading branch information
kbrock authored and simaishi committed Jun 5, 2017
1 parent e737322 commit f9e3bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/models/miq_report_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ def generate_html_row(is_even, tenant_name, formatted_values)
:tag_names => "")
ChargebackRate.set_assignments(:compute, [{ :cb_rate => chargeback_rate, :label => [label, "container_image"] }])
rpt = report.generate_table(:userid => "admin")
expect(rpt.keys).to contain_exactly(project_name, :_total_)
row = rpt[project_name][:row]
expect(row[label_report_column]).to eq(label_value)
end
Expand Down

0 comments on commit f9e3bcc

Please sign in to comment.