[ACT][PATCH] ubuntu_boot: fix typpo in TestRevocationList class name
Dimitri John Ledkov
dimitri.ledkov at canonical.com
Mon Aug 23 17:16:56 UTC 2021
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
---
ubuntu_boot/kernel_revocation_list.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ubuntu_boot/kernel_revocation_list.py b/ubuntu_boot/kernel_revocation_list.py
index fbe122a0ba..dbd4294658 100755
--- a/ubuntu_boot/kernel_revocation_list.py
+++ b/ubuntu_boot/kernel_revocation_list.py
@@ -6,7 +6,7 @@ import subprocess
import unittest
-class RestRevocationList(unittest.TestCase):
+class TestRevocationList(unittest.TestCase):
@classmethod
def setUpClass(cls):
config_file = "/boot/config-" + os.uname()[2]
--
2.30.2
More information about the kernel-team
mailing list