mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
overwrite the default fields_to_hide to [] on OrderCycleSupplierTotals tests
This commit is contained in:
@@ -13,7 +13,7 @@ module Reporting
|
||||
end
|
||||
|
||||
let(:current_user) { distributor.owner }
|
||||
let(:params) { { display_summary_row: false } }
|
||||
let(:params) { { display_summary_row: false, fields_to_hide: [] } }
|
||||
let(:report) do
|
||||
OrderCycleSupplierTotals.new(current_user, params)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user