From 2bf349b09fb2237ab5d1ecb511a9959879edbc32 Mon Sep 17 00:00:00 2001 From: "Amerr, Ziad (ext) (DI SW ICS MNA RD QA QST 2)" Date: Mon, 19 May 2025 20:13:52 +0300 Subject: [PATCH] Fixed formatting again --- tests/resources/test_file_resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/test_file_resources.py b/tests/resources/test_file_resources.py index 06f4576d5..2e3f7e153 100644 --- a/tests/resources/test_file_resources.py +++ b/tests/resources/test_file_resources.py @@ -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):