summaryrefslogtreecommitdiffstats
path: root/tests/units/test_logger.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-10-15 20:30:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-10-15 20:30:44 +0000
commit4a398db99d88dd17dabc408fb2b58c610792bc1e (patch)
treee5404d6d19a4d67a9428b3d10f886717b9756352 /tests/units/test_logger.py
parentAdding upstream version 1.0.0. (diff)
downloadanta-4a398db99d88dd17dabc408fb2b58c610792bc1e.tar.xz
anta-4a398db99d88dd17dabc408fb2b58c610792bc1e.zip
Adding upstream version 1.1.0.upstream/1.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/units/test_logger.py')
-rw-r--r--tests/units/test_logger.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/units/test_logger.py b/tests/units/test_logger.py
index d9b7c76..706591f 100644
--- a/tests/units/test_logger.py
+++ b/tests/units/test_logger.py
@@ -58,7 +58,6 @@ def test_anta_log_exception(
debug_value: bool,
expected_message: str,
) -> None:
- # pylint: disable=too-many-arguments
"""Test anta_log_exception."""
if calling_logger is not None:
# https://github.com/pytest-dev/pytest/issues/3697