Format: Apply code and markdown formatting fixes
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user