Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Change-Id: I4b8b8522b3f783e26491ef3061eaee5d9e6ac039
  • Loading branch information
resist15 committed Aug 12, 2024
1 parent fcb9ebb commit 40998b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 40998b1

Please sign in to comment.