diff --git a/spec/lib/report_formater/jqplot_formater_charting_counts_spec.rb b/spec/lib/report_formater/jqplot_formater_charting_counts_spec.rb index ab560ff1fd4..74a9b588da4 100644 --- a/spec/lib/report_formater/jqplot_formater_charting_counts_spec.rb +++ b/spec/lib/report_formater/jqplot_formater_charting_counts_spec.rb @@ -71,7 +71,6 @@ render_report(report) expect(report.chart[:data][0]).to eq([["linux_esx: 3", 3], ["widloze: 1", 1]]) expect(report.chart[:options][:seriesDefaults][:renderer]).to eq("jQuery.jqplot.PieRenderer") - expect(report.chart[:options][:series][0][:label]).to eq("OS Name") expect(report.chart[:options][:highlighter]).to be_truthy end end