remove logout from tests to bypass the rate limit completely

This commit is contained in:
lucasheld 2022-08-05 13:03:58 +02:00
parent f737d722e4
commit 59181ddba2

View file

@ -9,8 +9,8 @@ token = None
class UptimeKumaTestCase(unittest.TestCase):
api = None
url = "http://127.0.0.1:3001"
username = "testuser"
password = "zS7zhQSc"
username = "admin"
password = "secret123"
@classmethod
def setUpClass(cls):
@ -27,7 +27,6 @@ class UptimeKumaTestCase(unittest.TestCase):
@classmethod
def tearDownClass(cls):
cls.api.logout()
cls.api.disconnect()
def compare(self, superset, subset):