mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 12:34:17 +02:00
Fixed formatting again
This commit is contained in:
parent
1393a2bb06
commit
2bf349b09f
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class TestFileResource:
|
|||
await resource.read()
|
||||
|
||||
@pytest.mark.skipif(
|
||||
os.name == "nt" or (hasattr(os, 'getuid') and os.getuid() == 0),
|
||||
os.name == "nt" or (hasattr(os, "getuid") and os.getuid() == 0),
|
||||
reason="File permissions behave differently on Windows or when running as root",
|
||||
)
|
||||
async def test_permission_error(self, temp_file: Path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue