Bug #39032
closedBump pulp-deb bindings to 3.8
Description
Bump pulp-deb bindings to 3.8
Cloned from 17804854
Since [https://github.com/theforeman/pulpcore-packaging/pull/2319] merged, we need to bump pulp-deb bindings from 3.7 to 3.8. Issue though, there's an error with one of the tests with the new bindings:
{code:java}
Error:
Katello::Service::Repository::Apt::RefreshDistributionTest#test_updates:
NoMethodError: undefined method `find' for nil:NilClass
/home/vagrant/katello/app/services/katello/pulp3/task.rb:84:in `task_group_href'
/home/vagrant/katello/test/support/pulp3_support.rb:51:in `block in wait_on_task'
/home/vagrant/katello/test/support/pulp3_support.rb:49:in `each'
/home/vagrant/katello/test/support/pulp3_support.rb:49:in `wait_on_task'
/home/vagrant/katello/test/services/katello/pulp3/repository/apt/refresh_test.rb:40:in `block in test_updates'
/home/vagrant/katello/test/services/katello/pulp3/repository/apt/refresh_test.rb:40:in `each'
/home/vagrant/katello/test/services/katello/pulp3/repository/apt/refresh_test.rb:40:in `test_updates'
/home/vagrant/katello/test/support/vcr.rb:24:in `block in run'
/home/vagrant/katello/test/support/vcr.rb:23:in `run'
{code}
We also need to rerecord VCR bindings.