From b64c9b7a05e561b50f30c986fe70466f29ed0ab3 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 30 Sep 2021 18:59:09 -0400 Subject: [PATCH] Update sanic example --- docs/examples/sanic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------