update tests

This commit is contained in:
Ricter Z 2023-02-06 17:50:51 +08:00
parent cbff6496c3
commit 8972026456

View File

@ -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()