From e2ffef57b9a474048fe72cf42aebfa6bfaf2e42b Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 28 Feb 2022 12:20:39 -0800 Subject: [PATCH] fix test --- tests/test_nmcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_nmcli.py b/tests/test_nmcli.py index 22248af1..9091564f 100644 --- a/tests/test_nmcli.py +++ b/tests/test_nmcli.py @@ -180,7 +180,7 @@ class MyTests(unittest.TestCase): """ self.assertEqual(jc.parsers.nmcli.parse(self.fedora32_nmcli_device_show_ens33, quiet=True), self.fedora32_nmcli_device_show_ens33_json) - def test_nmcli_device_show_ens33_fedora32(self): + def test_nmcli_device_show_fedora32(self): """ Test 'nmcli device show' on fedora32 """