Browse Source

Adjust test for fixed typo

Marek Marczykowski-Górecki 5 years ago
parent
commit
41f463f2fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qubespolicy/tests/cli.py

+ 1 - 1
qubespolicy/tests/cli.py

@@ -309,7 +309,7 @@ class TC_00_qrexec_policy(qubes.tests.QubesTestCase):
         with open(policy_path) as policy_file:
             self.assertEqual(policy_file.read(),
                 "## Policy file automatically created on first service call.\n"
-                "## Fill free to edit.\n"
+                "## Feel free to edit.\n"
                 "## Note that policy parsing stops at the first match\n"
                 "\n"
                 "## Please use a single # to start your custom comments\n"