mirror of
https://github.com/httpie/cli.git
synced 2025-08-17 15:31:03 +02:00
Fix several issues found with flake8 (#1081)
This commit is contained in:
committed by
GitHub
parent
8374a9ed83
commit
8d35a12d27
@ -479,7 +479,7 @@ class TestCookieStorage(CookieTestBase):
|
||||
2. command line arg
|
||||
3. cookie already stored in session file
|
||||
"""
|
||||
r = http(
|
||||
http(
|
||||
'--session', str(self.session_path),
|
||||
httpbin.url + set_cookie,
|
||||
'Cookie:' + cli_cookie,
|
||||
|
Reference in New Issue
Block a user