update test

This commit is contained in:
Ricter Z 2023-02-07 19:43:55 +08:00
parent fefdd3858a
commit 6dc1e0ef5a

View File

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