test(kb): format assert_eq! in top-driving test, land coverage (PMS-533) #393
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/PMS-533-kb-test-rustfmt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CI run #2698 (check.yml) failed at the rustfmt step on the test/PMS-485-top-ticket-driving-articles-endpoint branch: tests/knowledge_base.rs:1301 held a single-line assert_eq! that rustfmt wanted wrapped across multiple lines, so cargo fmt --all --check exited 1 and the integration coverage never merged into main.
This ports that test commit (top_ticket_driving_articles integration coverage for GET /api/v1/kb/top-ticket-driving-articles) onto main with the offending assert_eq! reformatted by cargo fmt, so check.yml (compile + clippy + fmt) is green.
#PMS-533
#PMS-485