Actions
Test #8301
closedPulp to Pulp sync test uses sha1 checksum, fails on the default configuration
Version:
Platform Release:
Tags:
Easy Fix
Sprint:
Sprint 91
Quarter:
Description
I tried to run the tests and got some failures due to SHA1 checksums
https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/tests/functional/api/test_pulp_to_pulp.py#L91
E HTTP response body: {"non_field_errors":["Checksum must be one of allowed types: ['sha224', 'sha256', 'sha384', 'sha512'].\nYou can adjust these with the 'ALLOWED_CONTENT_CHECKSUMS' setting."]}
Actions
Taught test_pulp_to_pulp to not rely on SHA1.
fixes #8301