From 41f463f2fc7c4e724e781c88060f0d818e3720df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 7 Dec 2018 14:19:11 +0100 Subject: [PATCH] Adjust test for fixed typo --- qubespolicy/tests/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubespolicy/tests/cli.py b/qubespolicy/tests/cli.py index cc65ba26..28941ec0 100644 --- a/qubespolicy/tests/cli.py +++ b/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"