Actions
Bug #23770
closedtask_progress helper no longer accepts ID
Description
It was changed to accept a hash, but integers are still allowed; however, how it was implemented in #17358, integers now cause `Error: undefined method `empty?' for 2:Integer`.
Found in nightly - this bug is currently not in a release of h-c-f-t.
Updated by Andrew Kofink over 6 years ago
- Related to Bug #17358: hammer task progress accepts NIL value for id parameter added
Updated by Andrew Kofink over 6 years ago
This is actually OK. This method does not accept integers, but the IDs of tasks are uuid strings. This bug was reported because hammer-cli-katello was passing integer IDs to this method in tests. :)
Actions