#1460 getInheritanceData API call should raise GenericError exception for non existing tag ID
Closed: Fixed by mikem. Opened by jcupova.

Steps to Reproduce:
Run a getInheritanceData(non_exist_tag_ID)

Actual result:

[]

Expected result:

GenericError exception should be raised


Interesting, there is a check (strict), that if you provide tag name, exception is raised. This is not the same for tagID. It makes sense to behave same way here.

PR #1461

Commit d5a673d2 fixes this issue

Commit 7a159ef3 fixes this issue

Metadata Update from @tkopecek:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.18

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/1460

Please continue any further discussion there.

Metadata
Related Pull Requests