Skip to content

Add integration test for creator list max page size being enforced #568

Description

@Chucks1093

Summary

The creator list endpoint should enforce a maximum page size to prevent a single request from returning an unbounded number of records. An integration test should confirm requests above the limit are capped or rejected.

Scope

  • Call GET /creators with a limit param exceeding the configured maximum
  • Assert the response either returns only up to the maximum allowed or a 400 error
  • Assert the returned count never exceeds the maximum page size

Acceptance Criteria

  • Response never returns more records than the configured max page size
  • Behavior on over-limit request is consistent (cap or 400)

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Assignees

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardOfficial Campaign | FWC26Campaign: Official Campaign | FWC26

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions