Skip to content

Commit

Permalink
Update log handler reset fixture to reset_api_log_handler (PrefectH…
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Feb 14, 2023
1 parent b2010fe commit df8abed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


@pytest.fixture(autouse=True)
def reset_orion_handler():
def reset_api_log_handler():
"""
Since we have a singleton worker for the runtime of the process, we must reset
it to `None` between tests and we should flush logs before each test exits to
Expand Down

0 comments on commit df8abed

Please sign in to comment.