Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed May 13, 2021
1 parent 4614a45 commit 2224470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Simple Example
import requests
@httpretty.activate
@httpretty.activate(verbose=True, allow_net_connect=False)
def test_httpbin():
httpretty.register_uri(
httpretty.GET,
Expand All @@ -108,7 +108,7 @@ checking multiple responses

.. code:: python
@httpretty.activate
@httpretty.activate(verbose=True, allow_net_connect=False)
def test_post_bodies():
url = 'http://httpbin.org/post'
httpretty.register_uri(httpretty.POST, url, status=200)
Expand Down

0 comments on commit 2224470

Please sign in to comment.