pulp/pulp-smash

Create new content_summary utils to keep up with a backwards incompatible Pulp API change

bmbouter opened this issue · 0 comments

The Pulp PR pulp/pulpcore#2 introduces some backwards incompatible changes. Pulp smash was updated to preserve the old interface in the utils.py code of this PR #1174

The actual response format includes 'counts' and 'href' keys and those should be available to pulp smash users who want to update to the new-style. This issue tracks the creation of those newer utility methods.