Skip to content

Commit 2e48c32

Browse files
authored
docs: fix reference to config.cache fixture (#6807)
1 parent 2451716 commit 2e48c32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/en/cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ the cache and nothing will be printed:
251251
test_caching.py:20: AssertionError
252252
1 failed in 0.12s
253253
254-
See the :fixture:`cache-api` for more details.
254+
See the :fixture:`config.cache fixture <config.cache>` for more details.
255255

256256

257257
Inspecting Cache content

doc/en/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ For more details, consult the full :ref:`fixtures docs <fixture>`.
284284
:decorator:
285285

286286

287-
.. fixture:: cache
287+
.. fixture:: config.cache
288288

289289
config.cache
290290
~~~~~~~~~~~~

0 commit comments

Comments
 (0)