FUE-T03: correct meters POST docstring (no recomputed_periods field) and inaccurate test comments
frontend / frontend (push) Successful in 2m11s
pytest / test (push) Successful in 8m51s

This commit is contained in:
2026-06-25 18:36:46 +02:00
parent 188168b16a
commit da05fd2f09
5 changed files with 16 additions and 12 deletions
+2 -2
View File
@@ -543,7 +543,7 @@ def test_patch_meter_no_recompute_when_started_at_not_changed(meters_client):
# ---------------------------------------------------------------------------
# Timeline continuity (integration: no recompute mock)
# Timeline continuity (recompute mocked to avoid slow computation over empty quarters)
# ---------------------------------------------------------------------------
@@ -615,7 +615,7 @@ def test_declare_meter_invalid_reason_returns_422(meters_client):
# ---------------------------------------------------------------------------
# Retroactive recompute: integration (no mock) — window coverage check
# Retroactive recompute & boundary update (recompute mocked) — window coverage check
# ---------------------------------------------------------------------------