mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-30 20:34:40 +01:00
Remove accidental debug
This commit is contained in:
parent
ccd7d28680
commit
e42c1e67e9
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ class TestHTTPRequestHandler(TestRequestHandlerBase):
|
|||
'/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}'))
|
||||
|
|
Loading…
Add table
Reference in a new issue