diff --git a/doc/en/how-to/fixtures.rst b/doc/en/how-to/fixtures.rst index ae3f447ef..d1517ef13 100644 --- a/doc/en/how-to/fixtures.rst +++ b/doc/en/how-to/fixtures.rst @@ -133,6 +133,7 @@ example would work if we did it by hand: def first_entry(): return "a" + @pytest.fixture def order(first_entry): return [first_entry]