diff --git a/test/test_networking.py b/test/test_networking.py index d78a7b378..c12878a80 100644 --- a/test/test_networking.py +++ b/test/test_networking.py @@ -407,7 +407,7 @@ def test_percent_encode(self, handler): '/redirect_dotsegments_absolute', ]) def test_remove_dot_segments(self, handler, path): - with handler(verbose=True) as rh: + with handler() as rh: # This isn't a comprehensive test, # but it should be enough to check whether the handler is removing dot segments in required scenarios res = validate_and_send(rh, Request(f'http://127.0.0.1:{self.http_port}{path}'))