summaryrefslogtreecommitdiff
path: root/tests/test_url.py
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2019-11-05 15:00:05 -0500
committerjonathan vanasco <jonathan@2xlp.com>2019-11-05 15:00:05 -0500
commiteb0a46010a119d3ede2e89e4b0a61cbfb533d473 (patch)
tree444a26a2ec1fc74618456707138f1774d222bc7b /tests/test_url.py
parent4a46827769bbe181070a74927aa4e988a4cc3112 (diff)
downloadpyramid-eb0a46010a119d3ede2e89e4b0a61cbfb533d473.tar.gz
pyramid-eb0a46010a119d3ede2e89e4b0a61cbfb533d473.tar.bz2
pyramid-eb0a46010a119d3ede2e89e4b0a61cbfb533d473.zip
black 19.10b0 was released on 2019.10.28 and introduced several changes that affect Pyramid
Diffstat (limited to 'tests/test_url.py')
-rw-r--r--tests/test_url.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_url.py b/tests/test_url.py
index 648f48d53..c5c0ca09f 100644
--- a/tests/test_url.py
+++ b/tests/test_url.py
@@ -940,7 +940,7 @@ class TestURLMethodsMixin(unittest.TestCase):
self.assertEqual(result, 'http://example.com:8080')
def test_partial_application_url_with_http_host_nondefault_port_https(
- self
+ self,
):
environ = {'wsgi.url_scheme': 'https', 'HTTP_HOST': 'example.com:4443'}
request = self._makeOne(environ)