From 1bb7d1c680cc8cfe11973aac86a5a4deedcba788 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Jul 2026 00:29:26 +0000 Subject: [PATCH] =?UTF-8?q?style:=20fix=20spelling=20authorisation=20?= =?UTF-8?q?=E2=86=92=20authorization=20in=20test=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/tests/test_rdp_module_boot_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tests/test_rdp_module_boot_setup.py b/app/tests/test_rdp_module_boot_setup.py index bb29820..c070034 100644 --- a/app/tests/test_rdp_module_boot_setup.py +++ b/app/tests/test_rdp_module_boot_setup.py @@ -54,7 +54,7 @@ class RdpModuleBootSetupTests(unittest.TestCase): def test_setup_runs_grdctl_directly_as_root(self): # The oneshot service already runs as root; system-mode grdctl must be - # invoked directly so it does not attempt pkexec authorisation. + # invoked directly so it does not attempt pkexec authorization. self.assertIn('grdctl --system "$@"', self.setup_service) self.assertNotIn("runuser", self.setup_service) self.assertNotIn("pkexec", self.setup_service)