Format: Apply code and markdown formatting fixes

This commit is contained in:
2025-11-28 17:47:39 +01:00
parent 6e9087d0f4
commit ddff43595f
3 changed files with 23 additions and 19 deletions

View File

@@ -153,6 +153,7 @@ class TestAPIIdentifierConsistency:
- Both fields are present and distinct
"""
import uuid
# Add an item first with unique key
unique_suffix = str(uuid.uuid4())[:8]
unique_key = f"one-piece-{unique_suffix}"
@@ -319,7 +320,7 @@ class TestServiceIdentifierConsistency:
- Data can be restored with correct identifiers
"""
import json
# Add item to queue
await download_service.add_to_queue(
serie_id="jujutsu-kaisen",
@@ -470,6 +471,7 @@ class TestEndToEndIdentifierFlow:
- All responses contain correct identifiers
"""
import uuid
# Use unique key to avoid conflicts with other tests
unique_suffix = str(uuid.uuid4())[:8]
unique_key = f"bleach-tybw-{unique_suffix}"