Fix a flake8 problem.

This commit is contained in:
Andrey Rakhmatullin 2019-12-18 15:43:05 +05:00
parent bb2ff13e4c
commit ac302c3f61
1 changed files with 1 additions and 0 deletions

View File

@ -715,6 +715,7 @@ class Http10ProxyTestCase(HttpProxyTestCase):
def test_download_with_proxy_https_noconnect(self):
raise unittest.SkipTest('noconnect is not supported in HTTP10DownloadHandler')
class Http11ProxyTestCase(HttpProxyTestCase):
download_handler_cls = HTTP11DownloadHandler