Skip to content

Add integration test for creator list with cursor from a deleted creator #372

@Chucks1093

Description

@Chucks1093

Summary
If a creator is deleted after a cursor pointing to that position was issued, the next-page request using that cursor should handle the gap gracefully. An integration test for this edge confirms the endpoint does not error and returns a valid response.

Scope

  • add an integration test that generates a cursor, deletes the creator at that position, then uses the cursor
  • assert the response is valid and returns the next available creators
  • assert no 500 error is produced

Acceptance Criteria

  • the endpoint returns a valid response when a cursor points to a deleted creator
  • the response contains the next available items beyond the deleted position
  • no server error is produced

Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg

Metadata

Metadata

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