diff mbox

[ACT] ubuntu_boot: fix typpo in TestRevocationList class name

Message ID 20210823171657.95563-1-dimitri.ledkov@canonical.com
State New
Headers show

Commit Message

Dimitri John Ledkov Aug. 23, 2021, 5:16 p.m. UTC
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
---
 ubuntu_boot/kernel_revocation_list.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sean Feole Aug. 23, 2021, 5:25 p.m. UTC | #1
ACK +1,

Thanks for providing this quick fix

Both patches were tested by Dimitri and results were provided in mattermost

Sean

On 8/23/21 1:16 PM, Dimitri John Ledkov wrote:
> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@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]
diff mbox

Patch

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]