#50 Current Koji task IDs are now nine digits, not eight
Merged by humaton. Opened by adamwill.
releng/ adamwill/compose-tracker nine-digits-baby  into  main

Koji has ticked over to nine digit task IDs, so fix the code to expect that. We could make it handle both 8 and 9, but I don't think we ever have the script re-parse old composes, and Koji is never going to create a new eight-digit task ID, so...why bother?

This also has some fixes to make the test suite more convenient to run and make it actually work.

Thanks for this work. Let's get it deployed.

Pull-Request has been merged by humaton