Update sanic example

This commit is contained in:
Roman Mogylatov 2021-09-30 18:59:09 -04:00
parent 31bed0651f
commit b64c9b7a05

View File

@ -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
-------