#1118 API call tagHistory with random string in active should returns []
Closed: Dropped Opened by jcupova.

Steps to Reproduce:

tagHistory(build=build_id, active=random_string)

Actual result:

Return tag history by build_id.

Expected result:

Return [].


Metadata Update from @jcupova:
- Issue close_status updated to: Dropped
- Issue status updated to: Closed (was: Open)

Just to clarify the reasons for dropping this:

  • in Python, non-empty strings evaluate as True. This is well understood
  • changing this would technically be an incompatible api change

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

Please continue any further discussion there.

Metadata