The regular upload of the insights reports fails with the exception ArgumentError: wrong number of arguments (given 2, expected 3).
I think this was introduced to #850. The method ForemanInventoryUpload:Async:GenerateAllReportsJob:plan_generate_report obtained a new argument disconnected but the call in line 23 in lib/foreman_inventory_upload/async/generate_all_reports_job.rb still only passes 2 arguments.
System:
The regular upload of the insights reports fails with the exception ArgumentError: wrong number of arguments (given 2, expected 3).
I think this was introduced to #850. The method
ForemanInventoryUpload:Async:GenerateAllReportsJob:plan_generate_report
obtained a new argumentdisconnected
but the call in line 23 inlib/foreman_inventory_upload/async/generate_all_reports_job.rb
still only passes 2 arguments.