Skip to content

Add integration test for creator holders endpoint returning 404 for non-existent creator #458

Description

@Chucks1093

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

  • Returns 404 for unknown creator ID
  • Response body contains a descriptive error message
  • Does not return 200 with empty array

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions