#1106 createImageBuild API call should raise GenericError exception for non existing build name
Closed: Fixed by tkopecek. Opened by jcupova.

Steps to Reproduce:

name_build = 'non-exist-build-1.1-11'
Run createImageBuild(name_build)

Actual result:

Fault: : string indices must be integers, not str">

Expected result:

Should be returning an error message that build name is not existing.


Metadata Update from @tkopecek:
- Custom field Size adjusted to small
- Issue priority set to: Low (was: Normal)

Metadata Update from @jcupova:
- Issue tagged with: testing-ready

Metadata Update from @jcupova:
- Issue set to the milestone: 1.25

Metadata Update from @mfilip:
- Issue tagged with: testing-done

Commit 8186460f fixes this issue

Commit 8a24a701 fixes this issue

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

Please continue any further discussion there.

Metadata
Related Pull Requests