Fix several issues found with flake8 (#1081)

This commit is contained in:
Mickaël Schoentgen
2021-06-01 14:46:58 +02:00
committed by GitHub
parent 8374a9ed83
commit 8d35a12d27
10 changed files with 18 additions and 17 deletions

View File

@ -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,