Ran
|
Files
6
|
Run time
0s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Fix a broken test for Pulp's force_full feature `ForceFullTestCase` in module `pulp_smash.tests.rpm.api_v2.test_force_full` makes an HTTP POST call to `repo_href/actions/publish/` with the following body: {'id': repo_distributor_id, 'force_full': True} However, the following should be passed: {'id': repo_distributor_id, 'override_config': {'force_full': True}} Background information: 1. d94c9cea9 introduced the new test module, including the former API call. 2. 9543517c4 refactored the test module, but failed to fix the API call. Instead, it conditionally skipped the relevant test based on the state of https://pulp.plan.io/issues/1965. 3. This commit drops any references to https://pulp.plan.io/issues/1965 and fixes the API calls.
358 of 510 relevant lines covered (70.2%)
0.7 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|