diff --git a/tests_r/test_endpoint.py b/tests_r/test_endpoint.py index adbf95adc..656d6b84a 100644 --- a/tests_r/test_endpoint.py +++ b/tests_r/test_endpoint.py @@ -1,6 +1,7 @@ import unittest import requests +#test push class TestUserLogin(unittest.TestCase): def test_user_login_success(self): url = "http://localhost:80/users/login"