mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-29 03:55:53 +00:00
Remove accidental debug
This commit is contained in:
parent
ccd7d28680
commit
e42c1e67e9
@ -407,7 +407,7 @@ class TestHTTPRequestHandler(TestRequestHandlerBase):
|
|||||||
'/redirect_dotsegments_absolute',
|
'/redirect_dotsegments_absolute',
|
||||||
])
|
])
|
||||||
def test_remove_dot_segments(self, handler, path):
|
def test_remove_dot_segments(self, handler, path):
|
||||||
with handler(verbose=True) as rh:
|
with handler() as rh:
|
||||||
# This isn't a comprehensive test,
|
# This isn't a comprehensive test,
|
||||||
# but it should be enough to check whether the handler is removing dot segments in required scenarios
|
# 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}'))
|
res = validate_and_send(rh, Request(f'http://127.0.0.1:{self.http_port}{path}'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user