[seiga] fix flake8 and cookie test (#1063)

This commit is contained in:
Mike Fährmann
2020-10-15 15:37:02 +02:00
parent d1c6d78477
commit 07432d6262
2 changed files with 9 additions and 10 deletions

View File

@@ -107,7 +107,7 @@ class TestCookieLogin(unittest.TestCase):
"exhentai": ("ipb_member_id", "ipb_pass_hash"),
"nijie" : ("nemail", "nlogin"),
"sankaku" : ("login", "pass_hash"),
"seiga" : ("user_session"),
"seiga" : ("user_session",),
}
for category, cookienames in extr_cookies.items():
cookies = {name: "value" for name in cookienames}