Remove accidental debug

This commit is contained in:
coletdjnz 2024-07-14 13:40:50 +12:00
parent ccd7d28680
commit e42c1e67e9
No known key found for this signature in database
GPG Key ID: 91984263BB39894A

View File

@ -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}'))