We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0284f1 commit b35d452Copy full SHA for b35d452
tests/util/test_logging.py
@@ -67,4 +67,5 @@ def test_https_handler(
67
timeout=5,
68
)
69
70
- assert https_handler.close() is None
+ # Close the handler thread
71
+ https_handler.close()
0 commit comments