diff --git a/docs/examples/sanic.rst b/docs/examples/sanic.rst index 1727128f..3688e80f 100644 --- a/docs/examples/sanic.rst +++ b/docs/examples/sanic.rst @@ -70,7 +70,7 @@ Tests use :ref:`provider-overriding` feature to replace giphy client with a mock .. literalinclude:: ../../examples/miniapps/sanic/giphynavigator/tests.py :language: python - :emphasize-lines: 27,54,68 + :emphasize-lines: 34,61,75 Sources -------