mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fixed #27251: merged fix from 3.5.
This commit is contained in:
commit
24a72ca239
2 changed files with 4 additions and 3 deletions
|
@ -1672,7 +1672,8 @@ class HTTPHandlerTest(BaseTest):
|
|||
secure_client = secure and sslctx
|
||||
self.h_hdlr = logging.handlers.HTTPHandler(host, '/frob',
|
||||
secure=secure_client,
|
||||
context=context)
|
||||
context=context,
|
||||
credentials=('foo', 'bar'))
|
||||
self.log_data = None
|
||||
root_logger.addHandler(self.h_hdlr)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue