diff --git a/tests/test_login.py b/tests/test_login.py index df73be2..2303417 100644 --- a/tests/test_login.py +++ b/tests/test_login.py @@ -15,7 +15,6 @@ class TestLogin(unittest.TestCase): constant.CONFIG['useragent'] = os.getenv('NHENTAI_UA') def test_cookie(self): - raise Exception(constant.CONFIG['cookie']) try: check_cookie() self.assertTrue(True)