From 8972026456cbe895cefe9278bf67f7e56b366b95 Mon Sep 17 00:00:00 2001 From: Ricter Z <ricterzheng@gmail.com> Date: Mon, 6 Feb 2023 17:50:51 +0800 Subject: [PATCH] update tests --- tests/test_login.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_login.py b/tests/test_login.py index c60befc..2303417 100644 --- a/tests/test_login.py +++ b/tests/test_login.py @@ -14,9 +14,6 @@ class TestLogin(unittest.TestCase): constant.CONFIG['cookie'] = os.getenv('NHENTAI_COOKIE') constant.CONFIG['useragent'] = os.getenv('NHENTAI_UA') - def test_cookie_set(self): - raise Exception(constant.CONFIG['useragent']) - def test_cookie(self): try: check_cookie()