You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.6 KiB
1.6 KiB
| title | status | type | priority | created_at | updated_at | blocked_by | ||
|---|---|---|---|---|---|---|---|---|
| Test suite: router ordering — verify /api/quotes/random is not matched as :id parameter | completed | task | normal | 2026-03-10T23:32:11Z | 2026-03-10T23:32:19Z |
|
The Axum router must register GET /api/quotes/random before GET /api/quotes/:id, otherwise the string "random" is matched as a path parameter value and the random endpoint is never reached.
cargo fmt
cargo check
cargo clippy
cargo test
`test(quotesdb): add router ordering regression test for /api/quotes/random`