Skip to content

Commit 0db29cc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5cae847 commit 0db29cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert2rhel/unit_tests/actions/system_checks/tainted_kmods_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_check_tainted_kmods_skip(monkeypatch, command_return, is_error, tainted
142142
)
143143
),
144144
),
145-
actions.ActionMessage(
145+
actions.ActionMessage(
146146
level="WARNING",
147147
id="SKIP_TAINTED_KERNEL_MODULE_CHECK",
148148
title="Skip tainted kernel module check",

0 commit comments

Comments
 (0)