fix output paths
This commit is contained in:
parent
8af28c2f68
commit
36cf98a91c
6 changed files with 12 additions and 8 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue