summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2021-01-06 00:16:27 +0100
committerGabriel Falcão <gabriel@nacaolivre.org>2021-01-06 00:16:37 +0100
commitdb419e61ffa5478a3525f515d8e8d9f47e07e471 (patch)
treeaaa61fced4831ae8021516278372cc6485dd6168
parent3453364f808f035eaf7875a27932de074e047e62 (diff)
downloadhttpretty-db419e61ffa5478a3525f515d8e8d9f47e07e471.tar.gz
fix typo
-rw-r--r--tests/functional/test_httplib2.py2
-rw-r--r--tests/functional/test_urllib2.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/test_httplib2.py b/tests/functional/test_httplib2.py
index 5901c85..832e23c 100644
--- a/tests/functional/test_httplib2.py
+++ b/tests/functional/test_httplib2.py
@@ -265,7 +265,7 @@ def test_httpretty_ignores_querystrings_from_registered_uri(now):
@httprettified
@within(two=microseconds)
def test_callback_response(now):
- ("HTTPretty should all a callback function to be set as the body with"
+ ("HTTPretty should call a callback function to be set as the body with"
" httplib2")
def request_callback(request, uri, headers):
diff --git a/tests/functional/test_urllib2.py b/tests/functional/test_urllib2.py
index 06229aa..3550dfb 100644
--- a/tests/functional/test_urllib2.py
+++ b/tests/functional/test_urllib2.py
@@ -287,7 +287,7 @@ def test_httpretty_ignores_querystrings_from_registered_uri():
@httprettified
@within(two=microseconds)
def test_callback_response(now):
- ("HTTPretty should all a callback function to be set as the body with"
+ ("HTTPretty should call a callback function to be set as the body with"
" urllib2")
def request_callback(request, uri, headers):