mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
Apply ruff formatting to attack corpus tests
This commit is contained in:
parent
389e3b78e7
commit
05be554e85
1 changed files with 1 additions and 3 deletions
|
|
@ -753,9 +753,7 @@ class TestPathSafetyAttackCorpus:
|
|||
result = await template.read(arguments={"path": "docs/../docs/nested.txt"})
|
||||
assert result == "NESTED OK"
|
||||
|
||||
async def test_file_resource_read_allows_nested_path(
|
||||
self, skill_with_secret: Path
|
||||
):
|
||||
async def test_file_resource_read_allows_nested_path(self, skill_with_secret: Path):
|
||||
provider = SkillProvider(
|
||||
skill_path=skill_with_secret, supporting_files="resources"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue