Update clear_exception_traceback fixture

This commit is contained in:
Erik
2025-05-07 08:46:56 +02:00
parent 8cd72586ec
commit 3be9553508

View File

@@ -362,8 +362,10 @@ def clear_exception_traceback(request: pytest.FixtureRequest) -> Generator[None]
if fixture_name not in ( if fixture_name not in (
"doorbell_state_side_effect", "doorbell_state_side_effect",
"error", "error",
"error_type",
"exc", "exc",
"exception", "exception",
"raise_error",
"expected_result", "expected_result",
"raises", "raises",
"side_eff", "side_eff",