[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
Owner

Fixes IndentationError on line 282 of tests/agent/test_skill_name_traversal.py where def setup_skill_with_files was missing class-level indentation. This is currently causing all CI runs to fail.

Fixes IndentationError on line 282 of `tests/agent/test_skill_name_traversal.py` where `def setup_skill_with_files` was missing class-level indentation. This is currently causing all CI runs to fail.
Timmy added 1 commit 2026-04-07 12:34:19 +00:00
fix: indentation error in test_skill_name_traversal.py line 282
All checks were successful
Forge CI / smoke-and-build (pull_request) Successful in 1m46s
5009f972c1
Timmy added 1 commit 2026-04-07 12:34:19 +00:00
fix: indentation error in test_skill_name_traversal.py line 282
All checks were successful
Forge CI / smoke-and-build (pull_request) Successful in 1m46s
5009f972c1
Timmy merged commit 61d137798e into main 2026-04-07 12:36:50 +00:00
Sign in to join this conversation.