docs: fix reference to config.cache fixture (#6807)

This commit is contained in:
Daniel Hahler 2020-02-26 01:24:18 +01:00 committed by GitHub
parent 2451716746
commit 2e48c32dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ the cache and nothing will be printed:
test_caching.py:20: AssertionError
1 failed in 0.12s
See the :fixture:`cache-api` for more details.
See the :fixture:`config.cache fixture <config.cache>` for more details.
Inspecting Cache content

View File

@ -284,7 +284,7 @@ For more details, consult the full :ref:`fixtures docs <fixture>`.
:decorator:
.. fixture:: cache
.. fixture:: config.cache
config.cache
~~~~~~~~~~~~