Fix Windows support in tests

This commit is contained in:
Adrian Chaves 2026-08-06 11:32:27 +02:00
parent d00dc2b8b4
commit d6dc238f82
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def build_url(path: str | PathLike[str]) -> str:
class TestBatchDeliveries(TestFeedExportBase):
_file_mark = "_%(batch_time)s_#%(batch_id)02d_"
_file_mark = "_%(batch_time)s_%(batch_id)02d_"
async def run_and_export(
self, spider_cls: type[Spider], settings: dict[str, Any]