Fixed formatting again

This commit is contained in:
Amerr, Ziad (ext) (DI SW ICS MNA RD QA QST 2) 2025-05-19 20:13:52 +03:00
commit 2bf349b09f

View file

@ -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):