#1090 groupListRemove API should return GenericError for remove group which not has specific tag name
Closed: Fixed by tkopecek. Opened by jcupova.

Steps to Reproduce:

Run env.session.groupListAdd(TAG_NAME, group_name, block=False, force=False)
Run env.session.groupListRemove(TAG_NAME_2, group_name, force=False)

Actual result:

Expected result:

Should be returning an error message that group with this tag name does not exist and it cannot be removed.


PR #1173

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

Commit 24afeca6 fixes this issue

This fix returns error message:
No group: tag-fqk3d found for tag: group-udb1b

There is a wrong order of variable, after group: should be group name and not tag name. And after tag: should be tag name and not group name.

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

@jcupova Fix PR: 1678

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

Commit f7fda349 fixes this issue

Commit 0d6d9a51 relates to this ticket

Metadata Update from @dgregor:
- Issue assigned to tkopecek

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

Please continue any further discussion there.

Metadata
Related Pull Requests