Files
romm/backend/tests
Spinnich 14342b5726 fix(tests): use client.request(\"DELETE\") to send JSON body in tests
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>
2026-04-14 21:02:26 -04:00
..
2026-04-12 18:32:15 -04:00
2026-04-05 23:17:57 -04:00
2026-04-12 19:26:34 -04:00
2026-04-12 11:04:12 -04:00
2026-04-06 12:34:49 -04:00
2026-03-23 16:43:24 -04:00