#1090 groupListRemove API should return GenericError for remove group which not has specific tag name
Closed: Fixed 4 years ago by tkopecek. Opened 5 years ago 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.


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

4 years ago

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)

4 years ago

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

4 years ago

Commit 0d6d9a5 relates to this ticket

Metadata Update from @dgregor:
- Issue assigned to tkopecek

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1678 Merged 4 years ago