diff --git a/tests/conftest.py b/tests/conftest.py index 98ef125..51052cf 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -45,7 +45,7 @@ def override_get_db(): @pytest.fixture def test_user2(client): - user_data = {"email": "sourav@gmail.com", + user_data = {"email": "sourav123@gmail.com", "password": "password123"} res = client.post("/users/", json=user_data)