Skip to content

Add auction endpoint request handling coverage#690

Open
ChristianPavilonis wants to merge 2 commits into
mainfrom
test-auction-endpoint-452
Open

Add auction endpoint request handling coverage#690
ChristianPavilonis wants to merge 2 commits into
mainfrom
test-auction-endpoint-452

Conversation

@ChristianPavilonis
Copy link
Copy Markdown
Collaborator

Summary

  • Add route-level coverage for /auction request handling
  • Return 400 Bad Request for malformed auction JSON payloads
  • Cover semantic validation failures, orchestration failures, and a stable no-network success path

Closes #452

Testing

  • cargo test -p trusted-server-adapter-fastly route_tests -- --nocapture
  • cargo test -p trusted-server-core auction::endpoints -- --nocapture
  • cargo fmt --all -- --check
  • cargo test --workspace
  • cargo clippy --workspace --all-targets --all-features -- -D warnings

@ChristianPavilonis ChristianPavilonis marked this pull request as ready for review May 13, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add integration tests for auction endpoint request handling

1 participant