Skip to content

Commit

Permalink
test: changed time format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed Mar 23, 2024
1 parent 972f350 commit 028c923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ktoolbox/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async def test_download_post():
# Test `post_dirname_format`
with tempfile.TemporaryDirectory() as td:
dir_path = Path(td)
config.job.post_dirname_format = "{published}{id}"
config.job.post_dirname_format = "[{published}]{id}"
await KToolBoxCli.download_post(
url="https://kemono.su/fanbox/user/9016/post/6622968",
path=dir_path
Expand Down

0 comments on commit 028c923

Please sign in to comment.