Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `log_output` fixture (`tests/conftest.py`) returns an instance of `structlog.testing.LogCapture`. structlog v24.3.0 changed the behaviour of `LogCapture`, via the `map_method_name` function, to map the `exception` log level to the `error` log level (hynek/structlog#628). This change broke `test_post_error`. Here, we simply accept that decision, and update `test_post_error`.
- Loading branch information