#1102 createWinBuild 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 createWinBuild(name_build, win_build_info)

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 33efc948 fixes this issue

Commit 9c6483f1 fixes this issue

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

Please continue any further discussion there.

Metadata
Related Pull Requests