Fix tests
Some checks failed
CI / test (push) Successful in 45s
CI / test (debian, docker.io/library/debian:13, python3) (push) Failing after 1m17s
Lint / test (push) Successful in 37s

This commit is contained in:
Miguel Jacq 2026-06-29 13:27:05 +10:00
parent 70be0f7e33
commit 87ee83d3ee
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
4 changed files with 1 additions and 23 deletions

View file

@ -187,7 +187,7 @@ def test_yaml_loop_preserves_blank_separator_after_list(tmp_path: Path):
),
]
for label, text, rendered_expected, erb_expected in cases:
for label, text, rendered_expected in cases:
path = tmp_path / f"{label}.yml"
path.write_text(text, encoding="utf-8")