#1579 block-notification CLI should raise GenericError exception for non existing user
Closed: Fixed 4 years ago by mikem. Opened 4 years ago by jcupova.

Steps to Reproduce:

Run CLI command:
koji block-notification --user=user-4fhsg --package=kojitest-dummyrpm-qs8ex --tag=f29-build-hwb8
where username is not existing, package and tag are existing

Actual result:

TypeError: 'NoneType' object has no attribute 'getitem'\n

Expected result:

Should be returning an error message that user does not exist.


Metadata Update from @julian8628:
- Custom field Size adjusted to None

4 years ago

Metadata Update from @julian8628:
- Issue set to the milestone: 1.18
- Issue tagged with: bug, easyfix

4 years ago

Metadata Update from @julian8628:
- Custom field Size adjusted to small (was: None)
- Issue untagged with: bug, easyfix
- Issue set to the milestone: None (was: 1.18)

4 years ago

Metadata Update from @julian8628:
- Issue tagged with: bug, easyfix

4 years ago

Metadata Update from @julian8628:
- Issue set to the milestone: 1.18

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1580 Merged 4 years ago