## Description Automate verification of public, friends, and private filters. ## Files to Edit/Create - `backend/tests/` module ## Acceptance Criteria - Seed test database and run mock Axum requests. ## Guidance / Hints Use `axum::serve` in test environment or test endpoints directly.
Description
Automate verification of public, friends, and private filters.
Files to Edit/Create
backend/tests/moduleAcceptance Criteria
Guidance / Hints
Use
axum::servein test environment or test endpoints directly.