1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00
This commit is contained in:
Jakub Roztocil
2023-05-19 23:41:16 +02:00
parent 18bb49b268
commit 879fedc10a

View File

@@ -487,7 +487,7 @@ class TestCookieStorage(CookieTestBase):
httpbin.url,
'Cookie:' + specified_cookie_header,
)
parsed_request_headers = {
parsed_request_headers = { # noqa
name: value for name, value in [
line.split(': ', 1)
for line in r.splitlines()