mirror of
https://github.com/rommapp/romm.git
synced 2026-07-01 08:16:21 +00:00
Starlette's TestClient (httpx-based) does not expose body kwargs on the delete() convenience method; client.request(\"DELETE\", ..., json=...) is the correct approach. Also switch datetime.utcnow() to datetime.now(timezone.utc) to silence Python 3.13 deprecation warnings. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>