Skip to content

Commit

Permalink
remove unused stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Nov 13, 2024
1 parent 6fd1ce9 commit ae75268
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/embedding/test_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@ def test_logging_write_error_after_initialize_with_info_level(
@pytest.mark.embedding_logging
def test_logging_level_before_and_after_initialization(rootdir, run_subprocess, pytestconfig):
"""Test logging level API before and after initialization."""
stderr = _run_embedding_log_test(
run_subprocess, rootdir, pytestconfig, "log_check_can_log_message"
)
_run_embedding_log_test(run_subprocess, rootdir, pytestconfig, "log_check_can_log_message")


@pytest.mark.embedding_scripts
Expand Down

0 comments on commit ae75268

Please sign in to comment.