From 028c923230156ce02ecb8f810349749cc361219b Mon Sep 17 00:00:00 2001 From: Ljzd-PRO <63289359+Ljzd-PRO@users.noreply.github.com> Date: Sat, 23 Mar 2024 18:30:22 +0800 Subject: [PATCH] test: changed time format --- tests/ktoolbox/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ktoolbox/test_cli.py b/tests/ktoolbox/test_cli.py index 53c8f78..7d2ceec 100644 --- a/tests/ktoolbox/test_cli.py +++ b/tests/ktoolbox/test_cli.py @@ -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