summaryrefslogtreecommitdiff
path: root/tests/bugfixes/nosetests/test_414_httpx.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugfixes/nosetests/test_414_httpx.py')
-rw-r--r--tests/bugfixes/nosetests/test_414_httpx.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugfixes/nosetests/test_414_httpx.py b/tests/bugfixes/nosetests/test_414_httpx.py
index 6360ddc..889b871 100644
--- a/tests/bugfixes/nosetests/test_414_httpx.py
+++ b/tests/bugfixes/nosetests/test_414_httpx.py
@@ -4,6 +4,7 @@ from sure import expect
@httpretty.activate(verbose=True, allow_net_connect=False)
def test_httpx():
+ "#414 httpx support"
httpretty.register_uri(httpretty.GET, "https://blog.falcao.it/",
body="Posts")