This commit is contained in:
Ricter Z
2023-02-06 17:49:42 +08:00
parent 5a08981e89
commit cbff6496c3
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ class TestLogin(unittest.TestCase):
constant.CONFIG['useragent'] = os.getenv('NHENTAI_UA')
def test_cookie_set(self):
self.assertTrue(constant.CONFIG['useragent'].startswith('Mozilla'))
raise Exception(constant.CONFIG['useragent'])
def test_cookie(self):
try: