Summary
The creator route param validation middleware exists, but there is no integration test that sends a malformed wallet address and asserts the correct rejection response. A test for this path confirms the middleware is wired up and returns the right status and error shape.
Scope
- add an integration test that sends a creator route request with a malformed wallet address param
- assert the response is a 400 with the expected error shape
- test at least two malformed variants such as wrong length and invalid characters
Acceptance Criteria
- a malformed wallet address param returns a 400 response
- the error body matches the standard error shape
- a valid wallet address param is unaffected
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg
Summary
The creator route param validation middleware exists, but there is no integration test that sends a malformed wallet address and asserts the correct rejection response. A test for this path confirms the middleware is wired up and returns the right status and error shape.
Scope
Acceptance Criteria
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg