style: fix spelling authorisation → authorization in test comment

This commit is contained in:
copilot-swe-agent[bot]
2026-07-14 00:29:26 +00:00
committed by GitHub
parent fd5f651f2c
commit 1bb7d1c680
+1 -1
View File
@@ -54,7 +54,7 @@ class RdpModuleBootSetupTests(unittest.TestCase):
def test_setup_runs_grdctl_directly_as_root(self): def test_setup_runs_grdctl_directly_as_root(self):
# The oneshot service already runs as root; system-mode grdctl must be # 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.assertIn('grdctl --system "$@"', self.setup_service)
self.assertNotIn("runuser", self.setup_service) self.assertNotIn("runuser", self.setup_service)
self.assertNotIn("pkexec", self.setup_service) self.assertNotIn("pkexec", self.setup_service)