[BEZALEL] Fix syntax error breaking all CI (test_skill_name_traversal.py) #188

Merged
Timmy merged 1 commits from bezalel/fix-indentation-error into main 2026-04-07 12:36:50 +00:00

View File

@@ -279,7 +279,7 @@ class TestSkillViewFilePathSecurity:
"""Tests for file_path parameter security in skill_view."""
@pytest.fixture
def setup_skill_with_files(self, tmp_path):
def setup_skill_with_files(self, tmp_path):
"""Create a skill with supporting files."""
skills_dir = tmp_path / "skills"
skills_dir.mkdir()