diff --git a/spec/lib/reports/enterprise_fee_summary/enterprise_fee_summary_report_spec.rb b/spec/lib/reports/enterprise_fee_summary/enterprise_fee_summary_report_spec.rb index aaeb80717c..2ddcf23d6c 100644 --- a/spec/lib/reports/enterprise_fee_summary/enterprise_fee_summary_report_spec.rb +++ b/spec/lib/reports/enterprise_fee_summary/enterprise_fee_summary_report_spec.rb @@ -100,12 +100,6 @@ describe Reporting::Reports::EnterpriseFeeSummary::FeeSummary do let!(:second_customer_order) { prepare_order(customer:) } let!(:other_customer_order) { prepare_order(customer: another_customer) } - it "doesn't delete params" do - params = ActionController::Parameters.new("completed_at_gt" => "2023-02-08+00:00") - described_class.new(current_user, params) - expect(params["completed_at_gt"]).to eq "2023-02-08+00:00" - end - it "groups and sorts entries correctly" do totals = subject.query_result