From 40998b1e1c315c4b8641fbbae2ccc86a9fb3ab74 Mon Sep 17 00:00:00 2001 From: resist15 Date: Mon, 12 Aug 2024 12:07:26 +0530 Subject: [PATCH] fix Change-Id: I4b8b8522b3f783e26491ef3061eaee5d9e6ac039 --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)