style: remove trailing whitespace in test_docker_path_integration.py
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -239,12 +239,12 @@ def test_review_changes_docker_path_error():
|
|||||||
|
|
||||||
def test_double_translation_prevention():
|
def test_double_translation_prevention():
|
||||||
"""Test that already-translated paths are not double-translated"""
|
"""Test that already-translated paths are not double-translated"""
|
||||||
|
|
||||||
with tempfile.TemporaryDirectory() as tmpdir:
|
with tempfile.TemporaryDirectory() as tmpdir:
|
||||||
# Set up directories
|
# Set up directories
|
||||||
host_workspace = Path(tmpdir) / "host_workspace"
|
host_workspace = Path(tmpdir) / "host_workspace"
|
||||||
host_workspace.mkdir()
|
host_workspace.mkdir()
|
||||||
container_workspace = Path(tmpdir) / "container_workspace"
|
container_workspace = Path(tmpdir) / "container_workspace"
|
||||||
container_workspace.mkdir()
|
container_workspace.mkdir()
|
||||||
|
|
||||||
original_env = os.environ.copy()
|
original_env = os.environ.copy()
|
||||||
|
|||||||
Reference in New Issue
Block a user