From db419e61ffa5478a3525f515d8e8d9f47e07e471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Wed, 6 Jan 2021 00:16:27 +0100 Subject: fix typo --- tests/functional/test_httplib2.py | 2 +- tests/functional/test_urllib2.py | 2 +- 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): -- cgit v1.2.1