Skip to content

Add integration test for creator list returning empty array when no creators exist #547

Description

@Chucks1093

Summary

The creator list endpoint should return an empty array with correct metadata when the database has no creator records, not a 404 or an error.

Scope

  • Call GET /creators against an empty database
  • Assert response status is 200
  • Assert data is an empty array
  • Assert meta.total is 0 and meta.hasMore is false

Acceptance Criteria

  • Returns 200 with empty data array
  • meta.total is 0
  • meta.hasMore is false

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