aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_networking.py
diff options
context:
space:
mode:
authorbashonly <88596187+bashonly@users.noreply.github.com>2023-07-20 08:31:17 -0500
committerGitHub <noreply@github.com>2023-07-20 13:31:17 +0000
commit75dc8e673b481a82d0688aeec30f6c65d82bb359 (patch)
treea00a743beb082d17a6f345c22b66a96a06fe9b8b /test/test_networking.py
parent71baa490ebd3655746430f208a9b605d120cd315 (diff)
downloadhypervideo-pre-75dc8e673b481a82d0688aeec30f6c65d82bb359.tar.lz
hypervideo-pre-75dc8e673b481a82d0688aeec30f6c65d82bb359.tar.xz
hypervideo-pre-75dc8e673b481a82d0688aeec30f6c65d82bb359.zip
[networking] Fix `--legacy-server-connect` (#7645)
Bugfix for 227bf1a33be7b89cd7d44ad046844c4ccba104f4 Authored by: bashonly
Diffstat (limited to 'test/test_networking.py')
-rw-r--r--test/test_networking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_networking.py b/test/test_networking.py
index 3cf587a63..d4eba2a5d 100644
--- a/test/test_networking.py
+++ b/test/test_networking.py
@@ -1152,7 +1152,7 @@ class TestYoutubeDLNetworking:
'debug_printtraffic': True,
'compat_opts': ['no-certifi'],
'nocheckcertificate': True,
- 'legacy_server_connect': True,
+ 'legacyserverconnect': True,
}) as ydl:
rh = self.build_handler(ydl)
assert rh.headers.get('test') == 'testtest'