docs: fix reference to config.cache fixture (#6807)
This commit is contained in:
parent
2451716746
commit
2e48c32dea
|
@ -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
|
||||
|
|
|
@ -284,7 +284,7 @@ For more details, consult the full :ref:`fixtures docs <fixture>`.
|
|||
:decorator:
|
||||
|
||||
|
||||
.. fixture:: cache
|
||||
.. fixture:: config.cache
|
||||
|
||||
config.cache
|
||||
~~~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue