Actions
Bug #14057
closedfix broken test in test/actions/pulp/repository/upload_file_test.rb
Description
The tests in test/actions/pulp/repository/upload_file_test.rb fail on newer Pulp versions that strictly enforce that the 'unit_key' param is passed up.
Our code that uploads units already adds this field, but the unit test did not.
Actions