From 0db29ccb4ec103d56696dfa0f53644b837bfce7f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:59:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .../unit_tests/actions/system_checks/tainted_kmods_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert2rhel/unit_tests/actions/system_checks/tainted_kmods_test.py b/convert2rhel/unit_tests/actions/system_checks/tainted_kmods_test.py index a10543bdd..3bc26a10c 100644 --- a/convert2rhel/unit_tests/actions/system_checks/tainted_kmods_test.py +++ b/convert2rhel/unit_tests/actions/system_checks/tainted_kmods_test.py @@ -142,7 +142,7 @@ def test_check_tainted_kmods_skip(monkeypatch, command_return, is_error, tainted ) ), ), - actions.ActionMessage( + actions.ActionMessage( level="WARNING", id="SKIP_TAINTED_KERNEL_MODULE_CHECK", title="Skip tainted kernel module check",