diff --git a/tests/test_session.py b/tests/test_session.py index 31cd51d..bf28c92 100644 --- a/tests/test_session.py +++ b/tests/test_session.py @@ -64,6 +64,7 @@ def test_session_setup_db_management(tmp_path): @patch("delta_barth.logging.ENABLE_LOGGING", True) @patch("delta_barth.logging.LOGGING_TO_FILE", True) +@patch("delta_barth.logging.LOGGING_TO_STDERR", True) def test_session_setup_logging(tmp_path): str_path = str(tmp_path) foldername: str = "logging_test"