Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
coletdjnz committed Dec 3, 2023
1 parent ed1fa68 commit 5e1200a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,6 @@ def test_clean_proxy(self, proxy_key, proxy_url, expected, monkeypatch):
rh = self.build_handler(ydl)
assert rh.proxies[proxy_key] == expected


def test_clean_proxy_header(self):
with FakeRHYDL() as ydl:
req = ydl.urlopen(Request('test://', headers={'ytdl-request-proxy': '//foo.bar'})).request
Expand Down

0 comments on commit 5e1200a

Please sign in to comment.