Fix Doris Barbell routine log defaults
Some checks failed
secret-guardrails / artifact-secret-scan (push) Has been cancelled
secret-guardrails / gitleaks (push) Has been cancelled

This commit is contained in:
Fizzlepoof
2026-05-28 18:23:31 +00:00
parent 3960e168bc
commit a6b268def5
2 changed files with 3 additions and 2 deletions

View File

@@ -393,7 +393,8 @@ def test_seeded_routine_can_render_prefilled_log_sheet(tmp_path: Path) -> None:
assert 'value="Upright Row"' in body
assert 'name="exercise_0_set_0_reps"' in body
assert 'name="exercise_0_set_0_weight_lbs"' in body
assert 'value="10"' in body
assert 'placeholder="10"' in body
assert 'name="exercise_0_set_0_reps" min="1" step="1" placeholder="10"' in body
assert re.search(r'name="performed_at" value="\d{4}-\d{2}-\d{2}T\d{2}:\d{2}"', body)