From 2e83728885406b7566c535dcb861763d7442796a Mon Sep 17 00:00:00 2001 From: rabeeafaraj Date: Fri, 8 Aug 2025 17:08:43 +0300 Subject: [PATCH] try --- tests_r/test_endpoint.py | 1 + 1 file changed, 1 insertion(+) 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"