update test

This commit is contained in:
Ricter Z
2023-02-07 19:42:27 +08:00
parent f66653c55e
commit fefdd3858a
2 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@ 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)