#1147 getChangelogEntries API should return GenericError for non existing buildID or non existing taskID
Closed: Fixed 4 years ago by tkopecek. Opened 5 years ago by jcupova.

Steps to Reproduce:

getChangelogEntries(buildID=non_existing_build_id)
getChangelogEntries(taskID=non_existing_task_id, filepath=file)

Actual result:

[]

Expected result:

Should return Generic error that build_id or task_id is not existing.


Metadata Update from @tkopecek:
- Custom field Size adjusted to small
- Issue priority set to: Low (was: Normal)

4 years ago

Metadata Update from @dgregor:
- Issue set to the milestone: 1.21

4 years ago

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

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1951 Merged 4 years ago