From e4bb0047c4f9ef5c033dbac6adc11216dbeba59b Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Mon, 3 Aug 2020 15:06:16 +0100 Subject: DEMO ONLY: show silenced exception here Signed-off-by: Olivier Wilkinson (reivilibre) --- tests/http/test_proxyagent.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/http/test_proxyagent.py') diff --git a/tests/http/test_proxyagent.py b/tests/http/test_proxyagent.py index 22abf76515..eb65f1376e 100644 --- a/tests/http/test_proxyagent.py +++ b/tests/http/test_proxyagent.py @@ -213,6 +213,9 @@ class MatrixFederationAgentTests(TestCase): self.assertEqual(body, b"result") def test_https_request_via_proxy(self): + # XXX needed to unsilence logging + logging.root.handlers = [logging.StreamHandler()] + agent = ProxyAgent( self.reactor, contextFactory=get_test_https_policy(), -- cgit 1.5.1