Skip to content

Add integration test for creator detail returning 404 with correct error shape #553

Description

@Chucks1093

Summary

GET /creators/:id must return a 404 with a consistent error shape when the creator does not exist. An integration test should confirm both the status code and the response body structure.

Scope

  • Call GET /creators/:id with a creator ID that does not exist
  • Assert response status is 404
  • Assert response body matches the standard error shape: { error: { code, message } }
  • Assert code is a recognizable not-found code string

Acceptance Criteria

  • Returns 404 for non-existent creator
  • Response body matches standard error shape
  • code field is present and descriptive

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