Summary
Calling GET /creators/:id/holders with a creator ID that does not exist should return 404 with a clear error body, not an empty list. This case needs an explicit integration test.
Scope
- Call the holders endpoint with a creator ID that is not in the database
- Assert response status is 404
- Assert response body contains a descriptive error message
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
Calling
GET /creators/:id/holderswith a creator ID that does not exist should return 404 with a clear error body, not an empty list. This case needs an explicit integration test.Scope
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram