fix output paths

This commit is contained in:
Abel Luck 2026-03-30 15:10:47 +02:00
parent 8af28c2f68
commit 36cf98a91c
6 changed files with 12 additions and 8 deletions

View file

@ -29,7 +29,7 @@ DOWNLOAD_TIMEOUT = 5
exit_code = entrypoint_module.entrypoint(["--config", str(config_path)])
output_path = tmp_path / "out" / "local-file.rss"
output_path = tmp_path / "out" / "local-file" / "feed.rss"
assert exit_code == 0
assert output_path.exists()
output = output_path.read_text(encoding="utf-8")