Logging docs: fix reference to pytest.LogCaptureFixture.

This commit is contained in:
Stefaan Lippens 2021-04-20 15:18:53 +02:00
parent fbe66244b8
commit 7e82f6fc38
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ the records for the ``setup`` and ``call`` stages during teardown like so:
The full API is available at :class:`_pytest.logging.LogCaptureFixture`.
The full API is available at :class:`pytest.LogCaptureFixture`.
.. _live_logs: